Re: A86: LCD stuff
[Prev][Next][Index][Thread]
Re: A86: LCD stuff
If I remember right, the "ld a,11 / out (3),a" lines aren't needed,
since this is done in the interupt routine (which is called because of
the halt).
Matt C wrote:
>
> check out this
>
> CalcOff:
> ld a,1
> out (3),a
> halt
> ld a,11
> out (3),a
> res onInterrupt,(iy+onflags)
> ret
>
> i got it somewhere from acz
> the first 2 lines turn off the screen (i believe)
> then it waits for ON to be pressed
> then resets the on key press so the system doesn't act
> on it
--
Aaron Curtis <acurti1@umbc.edu>
http://www.gl.umbc.edu/~acurti1
References: