mirror of
https://github.com/cc65/cc65.git
synced 2024-11-05 08:05:51 +00:00
7 lines
81 B
ArmAsm
7 lines
81 B
ArmAsm
|
;
|
||
|
; NMI handling (Gamate version)
|
||
|
;
|
||
|
.export NMIStub
|
||
|
|
||
|
NMIStub:
|
||
|
rts
|