Lesson 23, step 6

This commit is contained in:
Carlos 2015-08-18 12:00:44 +02:00
parent aa7a78349b
commit c473761432

View File

@ -39,6 +39,7 @@ irq_common_stub:
mov es, ax
mov fs, ax
mov gs, ax
cld
call irq_handler ; Different than the ISR code
pop ebx ; Different than the ISR code
mov ds, bx