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
andRET
,RZ
,RNZ