1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00
cc65/libsrc/gamate/nmi.s

22 lines
278 B
ArmAsm
Raw Normal View History

;
; NMI handling (Gamate version)
;
.export NMIStub
2015-11-29 19:04:10 +00:00
.segment "INIT"
NMIStub:
2015-11-29 19:04:10 +00:00
; A is saved by the BIOS
;pha
;txa
;pha
;tya
;pha
;pla
;tay
;pla
;tax
;pla
rts