2023-12-27 16:56:14 +01:00
|
|
|
;;********************************************************************************
|
2024-08-08 20:39:25 +02:00
|
|
|
;; @module WIP irq handler with jump tables and stuff
|
|
|
|
;; @ingroup system
|
2023-12-27 16:56:14 +01:00
|
|
|
;;********************************************************************************
|
2023-12-21 17:28:02 +01:00
|
|
|
.ifndef INCLUDE_IRQ_HANDLER
|
|
|
|
INCLUDE_IRQ_HANDLER = 1
|
|
|
|
|
|
|
|
.scope irq
|
|
|
|
|
|
|
|
.endscope
|
|
|
|
.endif
|
|
|
|
|