Re: A86: TI-86 interrupts, Part 2


[Prev][Next][Index][Thread]

Re: A86: TI-86 interrupts, Part 2




> _getky (the call that doesn't wait) will return the key that was pressed
> when DI was executed (also GET_KEY in asm86.h)
> 
> _getkey (the one that waits) will never return, pull out a battery.
> 
> Bryan Rittmeyer wrote about returning the last keycode.

Yes, you're right, I meant _getky.