Interrupt system implemented, some new programs.

This commit is contained in:
Anachronaut
2026-08-15 00:44:13 -04:00
parent 638b68b25c
commit 6d1966d500
79 changed files with 2778 additions and 88 deletions
+6 -1
View File
@@ -157,7 +157,12 @@ printCandidateHex:
#Data
; print.asm deliberately pads its data to one page, so this begins at 0x0100.
; This has to begin on a page boundary, and now says so itself rather than relying on
; whatever happens to have been assembled before it. The marking loop treats a carry out
; of the low byte as the end of the page, which only finds the right boundary if the
; window starts on one.
#Align 0x100
Segment:
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00