6502-OS/system/irq_handler.h65
Matthias@Dell 03221c5fb4 wip: irq
2023-12-21 17:28:02 +01:00

13 lines
284 B
Plaintext

;********************************************************************************
; @module irq_handler
; @type system
;********************************************************************************
.ifndef INCLUDE_IRQ_HANDLER
INCLUDE_IRQ_HANDLER = 1
.scope irq
.endscope
.endif