EMU version 0.08

Yukio

New member
You can download EMU here:
https://sergio-yukio.itch.io/emu

EMU MSX and CP/M Simulator for JAVA


You need the JAVA ByteCode Interpreter to run the COM files ...
Most computer systems already came with JAVA.
Just type JAVA in the Command Line to see if your system have it installed.

Usage:
JAVA EMU008
JAVA EMU008 PBCPBC.COM
JAVA EMU008 PHLPHL.COM
JAVA EMU008 MSX.COM

Control + C to exit the program!

System requirements:
JAVA 1.3.1 or better.
Pentium or K6 with 166 Mhz and 16MB RAM plus 1MB Video ...


20-09-2020
Version 0.08
Implementation of load file.
Now, EMU008 can load COM files direct.
Implementation of PUSH BC.
Implementation of POP BC.
Implementation of LD D,C.
Implementation of LD D,B.
Implementation of LD E,C.
PBCPBC.COM works now.
Implementation of PUSH HL.
Implementation of POP HL.
Implementation of LD E,L.
PHLPHL.COM works now.
Implementation of README.TXT.
 
Back
Top Bottom