aboutsummaryrefslogtreecommitdiff
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