Submitted by Steve Fewell
Description:
This routine is called when a quote character (') is found within a PRINT statement (e.g. "PRINT '").
Call &BA92 to output a new line (OSNEWLINE, &FFE7) and set COUNT (&1E) to zero.
Clear the carry flag, update BASIC Text pointer A to the value of BASIC Text pointer B and exit.
9267 | 032 146 186 | 20 92 BA | JSR &BA92 Output a new line | |
926A | 024 | 18 | CLC | |
926B | 128 008 | 80 08 | BRA 8 --> &9275 PTR A offset = PTR B offset and exit |