Routines |
Prev: 11547 | Up: Map | Next: 11560 |
This subroutine simply returns if the current value held in the A register does not represent a digit but if it does then the floating-point form for the digit becomes the 'last value' on the calculator stack.
|
||||||||||||
STK_DIGIT | 11554 | CALL NUMERIC | Is the character a digit? | |||||||||
11557 | RET C | Return if not. | ||||||||||
11558 | SUB "0" | Replace the code by the actual digit. | ||||||||||
This routine continues into STACK_A.
|
Prev: 11547 | Up: Map | Next: 11560 |