Commit Graph
512 Commits
Author SHA1 Message Date
Warren Toomey e3815482a3 First few pages of the s1 section of the kernel typed in. I've added some cruft
at the bottom so that I can test my assembler. I'll take that out later.
2016-02-25 07:37:59 +10:00
Warren Toomey ba69e4e3e7 Miscellaneous notes about the assembler format and useful URLs. 2016-02-25 07:37:15 +10:00
Warren Toomey 550f6486ee Hopefully a more readable layout on the Github web site. 2016-02-25 07:05:29 +10:00
Warren Toomey ecdd711b46 More details of the layout of the repository. 2016-02-25 07:03:59 +10:00
Warren Toomey 6e5986d1c7 First version of the file to document what scans are done. 2016-02-25 07:01:20 +10:00
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