Re: A86: state flags


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

Re: A86: state flags




ComAsYuAre@aol.com wrote:

> In a message dated 11/8/99 8:58:00 PM Eastern Standard Time,
> chicane@reninet.com writes:
>
> > If its less than 400 bytes, you can use the regular int place, plus the
> > silent
> >  link 200 byte area.
>
> But that won't check keypresses.
>
> ----
> Jonah Cohen
> <ComAsYuAre@aol.com>
> http://linux.hypnotic.org/~jonah/

Last keypress is at $C000. Make sure that the interrupts are disabled while
you read it. Dont know why, but the calc does it in _getcode (thats the real
name, given to it by the guy who found it first). Make sure you ei when you
are done too.

Later,
Chicane



References: