![]() |
Routines |
| Prev: 63118 | Up: Map |
|
||||||||||
| 63128 | LD L,0 | Point HL at byte 0 of the character's buffer | ||||||||
|
This entry point is used by the routine at 63118.
|
||||||||||
| 63130 | BIT 0,(HL) | Is the character midstride? | ||||||||
| 63132 | RET Z | Return if not | ||||||||
| 63133 | POP BC | Drop the return address from the stack | ||||||||
| 63134 | JP 60506 | Move the character from the midstride position and update the SRB | ||||||||
| Prev: 63118 | Up: Map |