mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Make NMI ready
This commit is contained in:
parent
5928af8adc
commit
472a107358
@ -44,7 +44,7 @@
|
|||||||
; Constants
|
; Constants
|
||||||
|
|
||||||
BASE = $D000
|
BASE = $D000
|
||||||
PAGES = ($10000 - BASE) / 256
|
PAGES = ($FF00 - BASE) / 256
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; Data.
|
; Data.
|
||||||
@ -267,5 +267,3 @@ COPYTO: sta ptr3
|
|||||||
sta ptr1+1 ; From
|
sta ptr1+1 ; From
|
||||||
|
|
||||||
jmp common
|
jmp common
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user