cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

nmi.s (139B)


      1        .include        "global.s"
      2
      3        .title  "NMI Handler"
      4        .module NMIHandler
      5        .area   _HOME
      6
      7_NMI_ISR::
      8        retn