![]() |
Routines |
| Prev: F68E | Up: Map |
|
||||||||||
| F698 | LD L,$00 | Point HL at byte 0x00 of the character's buffer | ||||||||
|
This entry point is used by the routine at F68E.
|
||||||||||
| F69A | BIT 0,(HL) | Is the character midstride? | ||||||||
| F69C | RET Z | Return if not | ||||||||
| F69D | POP BC | Drop the return address from the stack | ||||||||
| F69E | JP $EC5A | Move the character from the midstride position and update the SRB | ||||||||
| Prev: F68E | Up: Map |