6502-OS/system/irq_handler.h65

14 lines
330 B
Plaintext

;;********************************************************************************
;; @file
;; @brief WIP irq handler with jump tables and stuff
;; @ingroup system
;;********************************************************************************
.ifndef INCLUDE_IRQ_HANDLER
INCLUDE_IRQ_HANDLER = 1
.scope irq
.endscope
.endif