maybe better reading of the assembler example?

This commit is contained in:
daviac 2024-02-20 19:37:35 +11:00
parent b9db839dda
commit abed711135
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ WAIT : 0c 00001100
\ : \ :
</pre> </pre>
<p> <a href="/hillbilly1/ADD16.asm">Here</a> is an example 16 bit adder program for the DAVIAC-1.</p> <p> <a href="/hillbilly1/ADD16.asm">Here</a> is an example 16 bit adder program for the DAVIAC-1:</p>
<pre> <pre>
\ RAM Variables \ RAM Variables
ORG 0800H \RAM at 0800h ORG 0800H \RAM at 0800h