Prev: 08188 Up: Map Next: 08270
08261: THE 'END OF PRINTING' SUBROUTINE
Used by the routines at PRINT_2 and PR_POSN_1.
The zero flag will be set if no further printing is to be done.
Input
A Code of the current character
Output
F Zero flag set if the character is ')', ':' or a carriage return
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