Commands
HT Horizontal Tab
Description
Moves cursor position to next multiple of eight
Expression
ASCII HT
Decimal 9
Hex 9
Parameters
None
LF Line Feed
Description
Prints the current line of text and advances the text position to the beginning of the next line. Note that the line feed, line feed/carriage return, carriage return, and carriage return/line feed instructions all behave as a single line feed. If the current line extends beyond the printable area, the text will wrap to the next printable area.
All character attributes (including inverse and
Expression
ASCII LF
Decimal 10
Hex 0A
Parameters
None
SO Set Font to Double Wide Mode
Description
51