Interrupt program using keyboard interrupt
Conclusion: The number of cycles between 2 interrupts is
calculated using BX and SI registers. Total cycles=
0FFFF*SI+BX.
or
Output:
1.) SI : 0000H and BX : 1A9CH
2.) SI : 0000H and BX : 635FH
3.) SI : 0007H and BX : 0A125H
Observations:- Press KBINT key gently. We learnt how to use
‘Debounce’. CS and IP used to indicate the address to which the interrupt
vector ought to point to. IP first then CS is given.