Re: A86: clear cmd


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

Re: A86: clear cmd




In a message dated 6/25/98 10:56:11 PM Eastern Daylight Time,
rabidcow@juno.com 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


is the command shadow the [2nd] [ENTER] stuff?

you want to do a ClrEnt?