Spectrum ROM | Routines |
Prev: 09651 | Up: Map |
The address of this routine is derived from an offset found in the scanning function table.
|
|||||||
S_BRACKET | 09704 | RST 32 | This routine simply gets the character and calls SCANNING recursively. | ||||
09705 | CALL SCANNING | ||||||
09708 | CP ")" | Report the error if no matching bracket. | |||||
09710 | JP NZ,REPORT_C | ||||||
09713 | RST 32 | Continue scanning. | |||||
09714 | JP S_CONT_2 |
Prev: 09651 | Up: Map |