Skip to content

Releases: NeoGames4/AssemblyCompiler8080

v1.1.0

18 Sep 13:05
d266efc
Compare
Choose a tag to compare

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

15 Jun 00:47
6fc1df6
Compare
Choose a tag to compare

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.