Re: A86: Displaying Strings


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

Re: A86: Displaying Strings




At 12:28 PM 7/11/98 -0600, you wrote:
>
>I saw the interrupt doing this: <ld a,$7f / out (1),a>  I don't know what
>that does, but it doesn't read a keypress.
>
That sets the keyboard port to return readings on all keys. Not good for
anything, really, except if you want to check if _any_ key was pressed.

--Joshua


References: