Prev: 63118 Up: Map Next: 63137
63128: Check whether a character is midstride
Used by the routines at 29361, 31362, 62976 and 63209. Returns to the caller unless the character is midstride; otherwise moves the character from the midstride position and returns to the routine at 61948 to move the next character.
Input
H Character number (215-229)
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 Next: 63137