1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
cc65/libsrc/gamate/nmi.s
2015-11-29 20:04:10 +01:00

22 lines
278 B
ArmAsm

;
; NMI handling (Gamate version)
;
.export NMIStub
.segment "INIT"
NMIStub:
; A is saved by the BIOS
;pha
;txa
;pha
;tya
;pha
;pla
;tay
;pla
;tax
;pla
rts