Re: A86: clear cmd


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

Re: A86: clear cmd






rabidcow@juno.com wrote:

> On Thu, 25 Jun 1998 15:29:10 -0600 Dux Gregis <assets@eden.rutgers.edu>
> writes:
> >
> >Is there a call to clear the command shadow?
>
> i'm pretty sure there isn't, but you could do this:
>         ld b,$a8
>         ld hl,_cmdShadow
>         call $437B  ;write b zeros to (hl)
>
> -josh

Good idea.  Thanks.


References: