Routines |
Prev: 1FFC | Up: Map | Next: 204E |
The zero flag will be set if no further printing is to be done.
|
||||||||||||
PR_END_Z | 2045 | CP ")" | Return now if the character is a ')'. | |||||||||
2047 | RET Z | |||||||||||
This entry point is used by the routine at SAVE_ETC.
|
||||||||||||
PR_ST_END | 2048 | CP $0D | Return now if the character is a 'carriage return'. | |||||||||
204A | RET Z | |||||||||||
204B | CP ":" | Make a final test against ':' before returning. | ||||||||||
204D | RET |
Prev: 1FFC | Up: Map | Next: 204E |