diff options
Diffstat (limited to 'asm/int_mouse_handler.asm')
| -rw-r--r-- | asm/int_mouse_handler.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/asm/int_mouse_handler.asm b/asm/int_mouse_handler.asm index 6872af0..9816950 100644 --- a/asm/int_mouse_handler.asm +++ b/asm/int_mouse_handler.asm @@ -7,9 +7,10 @@ int_mouse_handler: call mouse_handler - mov al, 0x20 ;Port number AND command number to Acknowledge IRQ + mov al, 0x20 ; Port number AND command number to Acknowledge IRQ out 0xa0, al ; came from slave - out 0x20, al ;Acknowledge IRQ, so we keep getting interrupts + out 0x20, al ; Acknowledge IRQ, so we keep getting interrupts + popa iret ;Interrupt-Return |
