| quill | Routines |
| Prev: 65029 | Up: Map | Next: 65060 |
|
|
||||
| END_PICTURE_ROUTINE | 65042 | LD A,(IY+10) | A=current gosub depth | |
| 65045 | CP 0 | Is it 0? | ||
| 65047 | RET Z | If so, return | ||
| 65048 | POP AF | Pop previous scale from the stack | ||
| 65049 | LD (64226),A | Set current scale to previous | ||
| 65052 | POP IX | Pop previous graphics comand from the stack | ||
| 65054 | DEC (IY+10) | Decrement gosub depth | ||
| 65057 | JP SKIP_2_THEN_NEXT | Onto next graphics command | ||
| Prev: 65029 | Up: Map | Next: 65060 |