Prev: E505 Up: Map Next: E518
E50A: read/set the x,y cursor position
Used by the routine at FFF0.
E50A B0 07 BCS $E513 if read cursor go do read
E50C 86 D6 STX $D6 save the cursor row
E50E 84 D3 STY $D3 save the cursor column
E510 20 6C E5 JSR $E56C set the screen pointers for the cursor row, column
E513 A6 D6 LDX $D6 get the cursor row
E515 A4 D3 LDY $D3 get the cursor column
E517 60 RTS
Prev: E505 Up: Map Next: E518