A83: Re: Assembly-83 Digest V1 #408
[Prev][Next][Index][Thread]
A83: Re: Assembly-83 Digest V1 #408
>Damn wrong. 800c is currow, 800d is curcol and 800e is none of them so
>Benjamin (that your name?) was right.
damn, that sucks. but i was right about one of them. well here it is
straight from usgard.h
CURSOR_ROW =$800C ; text cursor row
CURSOR_COL =$800D ; text cursor column
CURSOR_LET =$800E ; letter under text cursor
i guess that when it said "set character under cursor to space," that
was exactally what it meant. i don't know what that corresponds to on
the ti-83 (it might be the same thing), but you could just use _putmap
to write a blank space without updating the cursor.
References: