Routines |
Prev: 08188 | Up: Map | Next: 08270 |
The zero flag will be set if no further printing is to be done.
|
||||||||||||
PR_END_Z | 08261 | CP ")" | Return now if the character is a ')'. | |||||||||
08263 | RET Z | |||||||||||
This entry point is used by the routine at SAVE_ETC.
|
||||||||||||
PR_ST_END | 08264 | CP 13 | Return now if the character is a 'carriage return'. | |||||||||
08266 | RET Z | |||||||||||
08267 | CP ":" | Make a final test against ':' before returning. | ||||||||||
08269 | RET |
Prev: 08188 | Up: Map | Next: 08270 |