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