![]() |
Routines |
| Prev: 25B3 | Up: Map | Next: 25F5 |
|
The address of this routine is derived from an offset found in the scanning function table.
|
||||
| S_BRACKET | 25E8 | RST $20 | This routine simply gets the character and calls SCANNING recursively. | |
| 25E9 | CALL SCANNING | |||
| 25EC | CP ")" | Report the error if no matching bracket. | ||
| 25EE | JP NZ,REPORT_C | |||
| 25F1 | RST $20 | Continue scanning. | ||
| 25F2 | JP S_CONT_2 | |||
| Prev: 25B3 | Up: Map | Next: 25F5 |