Routines |
Prev: 2C9B | Up: Map | Next: 2D22 |
This subroutine returns with the carry flag reset if the present value of the A register denotes a valid digit.
|
||||||||||||
NUMERIC | 2D1B | CP "0" | Test against +30, the code for '0'. | |||||||||
2D1D | RET C | Return if not a valid character code. | ||||||||||
2D1E | CP $3A | Test against the upper limit. | ||||||||||
2D20 | CCF | Complement the carry flag. | ||||||||||
2D21 | RET | Finished. |
Prev: 2C9B | Up: Map | Next: 2D22 |