Skip to content

Releases: NeoGames4/AssemblyCompiler8080

Release list

v1.1.0

Choose a tag to compare

@NeoGames4 NeoGames4 released this 18 Sep 13:05
d266efc

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

Choose a tag to compare

@NeoGames4 NeoGames4 released this 15 Jun 00:47
6fc1df6

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.