summaryrefslogtreecommitdiff
path: root/asm/asm_int.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm_int.s')
-rw-r--r--asm/asm_int.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/asm_int.s b/asm/asm_int.s
index 94785bc..f7107de 100644
--- a/asm/asm_int.s
+++ b/asm/asm_int.s
@@ -18,6 +18,7 @@
.global int128
.global int129
+.global int200
.global int255
.global exc0
@@ -157,6 +158,7 @@ int128: intx ack0 $128 interrupt_handler
int129: intx ack0 $129 interrupt_handler
int255: intx ack0 $255 interrupt_handler
+int200: intx ack0 $200 interrupt_handler
exc0: excx $0 exception_handle
exc1: excx $1 exception_handle