Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.

This commit is contained in:
2020-08-06 22:36:39 -05:00
parent db1a68188f
commit 49efafe173
15 changed files with 278 additions and 39 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ global isr27
global isr28
global isr29
global isr30
global isr31 ; reserved
global isr31 ; Reserved
isr0: ; division by zero
cli