summaryrefslogtreecommitdiff
path: root/asm/int_mouse_handler.asm
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-21 17:54:28 +0200
committerMiguel <m.i@gmx.at>2018-08-21 17:54:28 +0200
commit6c926175afbf1f9ec2715fb007acc28588b36c4a (patch)
treee35451d0c8e5c3f3b6033b919f405a40fd6128fc /asm/int_mouse_handler.asm
parent8a5fbdabb24250a76feed770bce64d7e3e4f61de (diff)
cleaning up multitasking
Diffstat (limited to 'asm/int_mouse_handler.asm')
-rw-r--r--asm/int_mouse_handler.asm5
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