index
:
code.nes
main
Hacking the Famicom/NES just for the fun of it.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
space
/
src
/
vectors
/
irq.s
blob: ed8cf4789d6fa09f1e90a8d4246b6ca5831e627b (
plain
)
1
2
3
4
5
;; Interrupt Requests handler.
.proc
irq
;; Nothing to do for us here :)
rti
.endproc