Routines |
Prev: 07813 | Up: Map | Next: 07841 |
FIND_INT1 | 07828 | CALL FP_TO_A | Fetch the 'last value'. | |
07831 | JR FIND_I_1 | Jump forward. | ||
This entry point is used by the routines at BEEP, SAVE_ETC, LIST, RESTORE, RANDOMIZE, GO_TO, TWO_PARAM, CLEAR, PAUSE, PR_ITEM_1, INT_EXP1, f_in, peek and usr_no.
|
||||
FIND_INT2 | 07833 | CALL FP_TO_BC | Fetch the 'last value'. | |
FIND_I_1 | 07836 | JR C,REPORT_B_2 | In both cases overflow is indicated by a set carry flag. | |
07838 | RET Z | Return with all positive numbers that are in range. | ||
REPORT_B_2 | 07839 | RST 8 | Call the error handling routine. | |
07840 | DEFB 10 |
Prev: 07813 | Up: Map | Next: 07841 |