Re: A86: Not displaying "done" at end


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

Re: A86: Not displaying "done" at end




In a message dated 4/23/99 19:14:58 Eastern Daylight Time, ziggy2282@juno.com 
writes:

> I think you could just do a clrLCD, then set the cursow to 1,1.
>  Cuz, in basic you could just go:
>  
>  :ClLCD
>  :Output(1,1,"")
>  
>  That take carre of the done on basic, so I assume you would try and do
>  that in asm by using curRow and curCol??


no, that's only cause in basic if there's anything "outputted" to the screen, 
it won't display it.  cllcd has nothing to do with it, and neither do the 
cursor coordinates.  as i already posted, all you need to do is res 5,(iy+0)


Follow-Ups: