diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-04-14 17:54:42 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-04-14 23:51:04 +0300 |
| commit | b7980bd1f6f9351fc421807ddd48d9f3a76b19fd (patch) | |
| tree | 18a6c73cad7316c2d6fb77ed544ba3f0fc17ffea /asm/bootstrap.atk16 | |
| parent | 15337f762451deabdabec873e7aa8a2a483ec75c (diff) | |
Start working on VGA circuit
Diffstat (limited to 'asm/bootstrap.atk16')
| -rw-r--r-- | asm/bootstrap.atk16 | 8 |
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 |
