Releases: NeoGames4/AssemblyCompiler8080
Releases · NeoGames4/AssemblyCompiler8080
v1.1.0
The next release of EPAssemblyCompiler. Use
java -jar EPAssemblyCompiler.jar source.asm out.txt hex debug
to compile the file source.asm from terminal to out.txt in hex in debug mode.
Changelog
- Added support for
CALL
, CZ
, CNZ
and RET
, RZ
, RNZ
v1.0.0
The first release of EPAssemblyCompiler. Use
java -jar EPAssemblyCompiler.jar source.asm out.txt hex debug
to compile the file source.asm from terminal to out.txt in hex in debug mode.