Ok I remap the pics setup my IDT put all the exceptions into thier proper places Now heres where the trouble starts I mask the interrupts put the keyboard isr into vector 33(21h)enable the interrupts unmask irq 1 enable the irqs. when i run it it says Invalid Opcode.
A few reasons that it does this are
1.Im enableing the irqs wrong
2.I noticed that when I run the key board irq it shoots off an exception.
3.I coded some thing wrong
4.calling INT 6h
please help
Invalid Opcode
RE:Invalid Opcode
ok i fixed that problem but then my kbd didnt work so i created a test isr and interrupt. when i press a key it prints "Test INT" but if i press another key it dosent do anything please help me. Oh ya I also put an EOI at the end of the interrupt