![]() |
Routines |
| Prev: 0013 | Up: Map | Next: 0020 |
|
||||||||
| GET_CHAR | 0018 | LD HL,($5C5D) | Fetch the value that is addressed by CH-ADD. | |||||
| 001B | LD A,(HL) | |||||||
|
This entry point is used by the routine at NEXT_CHAR.
|
||||||||
| TEST_CHAR | 001C | CALL SKIP_OVER | Find out if the character is printable. | |||||
| 001F | RET NC | Return if it is so. | ||||||
|
This routine continues into NEXT_CHAR.
|
||||||||
| Prev: 0013 | Up: Map | Next: 0020 |