![]() |
Routines |
| Prev: 11266 | Up: Map |
|
This subroutine returns with the carry flag set if the present value of the A register denotes a valid digit or letter.
|
|||||||||||
| ALPHANUM | 11400 | CALL NUMERIC | Test for a digit; carry will be reset for a digit. | ||||||||
| 11403 | CCF | Complement the carry flag. | |||||||||
| 11404 | RET C | Return if a digit; otherwise continue on into ALPHA. | |||||||||
| Prev: 11266 | Up: Map |