Commit Graph
7 Commits
Author SHA1 Message Date
Warren Toomey 73ea3c665b Hand-typed version of the cat source code with my own comments to
explain what it is doing.
2016-02-25 06:56:04 +10:00
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
Warren Toomey 9b19ce4af5 Made it fit into 80 columns 2016-02-24 09:15:12 +10:00
Warren debf1966e8 Update README.md
Add more description of the project
2016-02-24 08:54:03 +10:00
Warren 103048132c Initial commit 2016-02-24 07:56:18 +10:00