Routines |
Prev: 10173 | Up: Map | Next: 10418 |
|
||||||||||||||
FN_SKPOVR | 10411 | INC HL | Point to the next code in the statement. | |||||||||||
10412 | LD A,(HL) | Copy the code to A. | ||||||||||||
10413 | CP 33 | Jump back to skip over it if it is a control code or a space. | ||||||||||||
10415 | JR C,FN_SKPOVR | |||||||||||||
10417 | RET | Finished. |
Prev: 10173 | Up: Map | Next: 10418 |