| C64 ROM | Routines |
| Prev: E56C | Up: Map | Next: E599 |
|
Used by the routine at E5CD.
|
||||
| E591 | E4 C9 | CPX $C9 | compare it with the input cursor row | |
| E593 | F0 03 | BEQ $E598 | if there just exit | |
| E595 | 4C ED E6 | JMP $E6ED | else go ?? | |
| E598 | 60 | RTS | ||
| Prev: E56C | Up: Map | Next: E599 |