gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/libc/targets/z80/sms/nmi.s
1 .include "global.s"
2
3 .title "NMI Handler"
4 .module NMIHandler
5 .area _HOME
6
7 _NMI_ISR::
8 retn
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.