RosettaCodeData/Task/Special-variables/Z80-Assembly/special-variables-1.z80
2023-07-01 13:44:08 -04:00

4 lines
198 B
Z80 Assembly

org &0066
NMI_HANDLER: ;this label is optional, the CPU doesn't need it to know how to jump here.
retn ;in this example, the NMI routine will immediately return without doing anything.