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:
@@ -29,7 +29,7 @@ global isr27
|
||||
global isr28
|
||||
global isr29
|
||||
global isr30
|
||||
global isr31 ; reserved
|
||||
global isr31 ; Reserved
|
||||
|
||||
isr0: ; division by zero
|
||||
cli
|
||||
|
||||
Reference in New Issue
Block a user