Empty program: Difference between revisions

Content deleted Content added
Puppydrum64 (talk | contribs)
Puppydrum64 (talk | contribs)
Line 32: Line 32:
IRQ: ;this will never occur without a CLI command.
IRQ: ;this will never occur without a CLI command.


.org $FFFA
.org $FFFA ;all 6502 based hardware uses this section of memory to hold the addresses of interrupt routines
;all 6502 based hardware uses this section of memory to hold the addresses of interrupt routines
;as well as the entry point.
;as well as the entry point.
dw NMI ;FFFA-FFFB
dw NMI ;FFFA-FFFB