Routines |
Prev: 27BD | Up: Map | Next: 28B2 |
|
||||||||||||||
FN_SKPOVR | 28AB | INC HL | Point to the next code in the statement. | |||||||||||
28AC | LD A,(HL) | Copy the code to A. | ||||||||||||
28AD | CP $21 | Jump back to skip over it if it is a control code or a space. | ||||||||||||
28AF | JR C,FN_SKPOVR | |||||||||||||
28B1 | RET | Finished. |
Prev: 27BD | Up: Map | Next: 28B2 |