Implement software interrupt dispatch table and secondary handler lookup

This commit is contained in:
2026-04-08 20:13:35 +02:00
parent 4f65773aa9
commit 9ffb03217a
16 changed files with 358 additions and 17 deletions

View File

@@ -136,7 +136,7 @@ Dispatch\Type\Vector:
call _ArDispatchTrap
.else
/* Pass to the interrupt dispatcher */
call _ArDispatchTrap
call _ArDispatchInterrupt
.endif
/* Clean up the stack */