Commit Graph

5 Commits

Author SHA1 Message Date
Zellyn Hunter
d9ca824b19 video: add text describing video mode comparisons 2017-04-02 00:26:12 -04:00
Zellyn Hunter
5598661ff6 langcard: fixed current tests 2016-12-17 20:49:28 -05:00
Zellyn Hunter
284c4cfddc audit: implement error printing 2016-12-16 22:32:35 -05:00
Zellyn Hunter
c65d7b9ee2 audit: combine two print mechanisms: smaller code
The first old way was to JSR and get the value from the stack, with
string directly following. The second old way was to put strings in
their own area, and explicitly load the address of each string. The
new way combines the two: put the strings in their own area, and JSR
to a three-byte prefix of each string that just JSR's to the print
routine. The print routine pulls the string address from the stack,
and pushes nothing back, so the final JSR returns to the code that
wanted to print.
2016-12-15 22:20:54 -05:00
Zellyn Hunter
3f0f77e57a audit: split up asm files 2016-12-14 20:16:55 -05:00