Submitted by Steve Fewell
Description:
Call &FFE7 to output new line character(s), (meaning that further display will start on the next line).
Zero the COUNT flag (&1E) as now we are at the start of a new line and exit.
BA92 | 032 231 255 | 20 E7 FF | JSR &FFE7 OSNEWLINE - Output new line character | |
BA95 | d | 100 030 | 64 1E | STZ &1E [Zero COUNT] |
BA97 | ` | 096 | 60 | RTS |