summaryrefslogtreecommitdiff
path: root/scripts/mkprograms (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-31TAD is 12-bit addition with carry-complements-link, not 13-bit additionJulian Blake Kongslie2-3/+2
2022-10-31Fix echo_optimal (was not resetting AC on all loop iterations)Julian Blake Kongslie1-6/+6
2022-10-29Understanding interrupt handling within SIMH (see echo_int.pal)Julian Blake Kongslie14-30/+263
Add list of Bugs Add event log file parser More changes associated with widening the ctlregs (FIXME add a typedef) Add some keyboard instructions
2022-10-29Control register values should not be "unsigned int"Julian Blake Kongslie7-66/+37