aboutsummaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/bootstrap.atk168
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/bootstrap.atk16 b/asm/bootstrap.atk16
index 29ed0ea..5c6f38d 100644
--- a/asm/bootstrap.atk16
+++ b/asm/bootstrap.atk16
@@ -4,10 +4,10 @@
@let keyboard_addr 0xE001
@address vector_table
- hlt_isr ; 0x10 ISR0
- hlt_isr ; 0x11 ISR1
- hlt_isr ; 0x12 ISR2
- keyboard_isr ; 0x13 ISR3 (keyboard)
+ keyboard_isr ; 0x10 ISR0
+ hlt_isr ; 0x11 ISR1
+ hlt_isr ; 0x12 ISR2
+ hlt_isr ; 0x13 ISR3
stack_segment ; 0x14 Stack address
0x0 ; 0x15 Interrupt PC address (IPCA)
terminal_addr ; 0x16 Terminal peripheral address