C64 ROM | Routines |
Prev: FFED | Up: Map | Next: FFF3 |
this routine, when called with the carry flag set, loads the current position of the cursor on the screen into the X and Y registers. X is the column number of the cursor location and Y is the row number of the cursor. A call with the carry bit clear moves the cursor to the position determined by the X and Y registers.
|
||||
FFF0 | 4C 0A E5 | JMP $E50A | read/set X,Y cursor position |
Prev: FFED | Up: Map | Next: FFF3 |