tag:github.com,2008:https://github.com/NeoGames4/AssemblyCompiler8080/releases Release notes from AssemblyCompiler8080 2024-09-18T12:56:55Z tag:github.com,2008:Repository/812932165/v1.1.0 2024-09-18T13:05:28Z v1.1.0 <p>The next release of EPAssemblyCompiler. Use<br> <code>java -jar EPAssemblyCompiler.jar source.asm out.txt hex debug</code><br> to compile the file source.asm from terminal to out.txt in hex in debug mode.</p> <h2>Changelog</h2> <ul> <li>Added support for <code>CALL</code>, <code>CZ</code>, <code>CNZ</code> and <code>RET</code>, <code>RZ</code>, <code>RNZ</code></li> </ul> NeoGames4 tag:github.com,2008:Repository/812932165/v1.0.0 2024-06-15T00:47:09Z v1.0.0 <p>The first release of EPAssemblyCompiler. Use<br> <code>java -jar EPAssemblyCompiler.jar source.asm out.txt hex debug</code><br> to compile the file source.asm from terminal to out.txt in hex in debug mode.</p> NeoGames4