aboutsummaryrefslogtreecommitdiff
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