Routines |
Prev: 11419 | Up: Map | Next: 11554 |
This subroutine returns with the carry flag reset if the present value of the A register denotes a valid digit.
|
||||||||||||
NUMERIC | 11547 | CP "0" | Test against 48, the code for '0'. | |||||||||
11549 | RET C | Return if not a valid character code. | ||||||||||
11550 | CP 58 | Test against the upper limit. | ||||||||||
11552 | CCF | Complement the carry flag. | ||||||||||
11553 | RET | Finished. |
Prev: 11419 | Up: Map | Next: 11554 |