Routines |
Prev: 08032 | Up: Map | Next: 08137 |
The routine at DEF_FN continues here.
This subroutine is called in several instances in order to 'return early' from a subroutine when checking syntax. The reason for this is to avoid actually printing characters or passing values to/from the calculator stack.
|
||||
UNSTACK_Z | 08131 | CALL SYNTAX_Z | Is syntax being checked? | |
08134 | POP HL | Fetch the return address but ignore it in 'syntax-time'. | ||
08135 | RET Z | |||
08136 | JP (HL) | In 'run-time' make a simple return to the calling routine. |
Prev: 08032 | Up: Map | Next: 08137 |