tag:github.com,2008:https://github.com/NeoGames4/AssemblyCompiler8080/releasesRelease notes from AssemblyCompiler80802024-09-18T12:56:55Ztag:github.com,2008:Repository/812932165/v1.1.02024-09-18T13:05:28Zv1.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>NeoGames4tag:github.com,2008:Repository/812932165/v1.0.02024-06-15T00:47:09Zv1.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