myrkraverk 13.12.2012, 19:39 |
Basics of interrupt chaining? (Developers) |
Hi all, |
myrkraverk 13.12.2012, 20:19 @ myrkraverk |
Basics of interrupt chaining? |
I just noticed my first mov instruction should have been ah, 0x35. |
Japheth Germany (South), 13.12.2012, 21:31 @ myrkraverk |
Basics of interrupt chaining? |
[quote] --- |
myrkraverk 14.12.2012, 02:58 @ Japheth |
And now: int 0x21 in hw interrupt handler? |
Thank you Japheth. |
Japheth Germany (South), 14.12.2012, 06:10 @ myrkraverk |
And now: int 0x21 in hw interrupt handler? |
> Thank you Japheth. --- |
tom Germany (West), 14.12.2012, 18:25 @ myrkraverk |
And now: int 0x21 in hw interrupt handler? |
> And now I have a different question: What issues will or can I run into |
bretjohn Rio Rancho, NM, 15.12.2012, 01:29 @ myrkraverk |
And now: int 0x21 in hw interrupt handler? |
> The only thing I can think of is busy waiting for a flag toggled in the IRQ |
myrkraverk 15.12.2012, 15:52 @ bretjohn |
And now: int 0x21 in hw interrupt handler? |
> As Japheth and Tom have both eluded to, trying to call INT 21h from inside |
bretjohn Rio Rancho, NM, 17.12.2012, 18:08 @ myrkraverk |
And now: int 0x21 in hw interrupt handler? |
> > You want to check the INDOS flag to see if int21 |
myrkraverk 18.12.2012, 20:16 @ bretjohn |
And now: int 0x21 in hw interrupt handler? |
> The InDOS flag is one of a few different checks you need to make to test |
tom Germany (West), 19.12.2012, 15:54 @ myrkraverk |
And now: int 0x21 in hw interrupt handler? |
> > The InDOS flag is one of a few different checks you need to make to test |
bretjohn Rio Rancho, NM, 14.12.2012, 19:43 @ myrkraverk |
Basics of interrupt chaining? |
> Or is CALL better? |