[A83] homescreen cursor location when ! is closed
[Prev][Next][Index][Thread]
[A83] homescreen cursor location when ! is closed
Does anyone know where the location of the homescreen cursor (how
far into the edited equation the cursor is) is stored when ! is not
currently being edited. Normally (when ! is "open" for editing) you
can determine the location of cursor by looking at these memory locations:
editTop EQU 96F4h
editCursor EQU 96F6h
editTail EQU 96F8h
editBtm EQU 96FAh
However when you run a program (or enter an APP) the homescreen edit
closes. Then these memory locations no longer represent the homescreen
cursor location. Any ideas?
Thanks,
-Andy Hochhaus