Warren Toomey
|
07c95bbe15
|
I commented out most of the debug lines, and I now output the octal code
along with the input line that generated it. There is code to use values
of defined constants as well as defined labels.
|
2016-02-24 13:25:24 +10:00 |
|
Warren Toomey
|
f46777b272
|
Added code to output the final machine code in octal. Parse
the 'i' argument to instructions that indicate indirect mode.
|
2016-02-24 11:15:47 +10:00 |
|
Warren Toomey
|
d70b4e87cc
|
First version of as7, which is definitely incomplete. I now need some
example assembly programs and their machine code octal dumps so that
I can complete as7 and get it working properly.
|
2016-02-24 09:16:32 +10:00 |
|