Interrupt system implemented, some new programs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user