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: 2be3a944a309df842f2c2fa85e7c915125a8ba53 (
plain
)
1
2
3
4
5
6
.segment
"CODE"
;; Interrupt Requests handler.
irq:
;; Nothing to do for us here :)
rti