DMP 100 (260-1253) Control Codes Faxback Doc. # 4266 DECIMAL OCTAL HEX 10 or 13 012 or 015 0A or 0D LF Line feed. Prints out current buffer CR contents and advance paper one line. 14 016 0E SI Disables underline printing 15 017 0F SO Enables underline printing 16 nn 020 nn 10 n POS Prints from (nn+1)th character posi- tion. nn is a sequence of the ASCII- coded digits from 00 to 79 inclusive. 18 022 12 DC2 Designates graphic mode. 26 032 1A SUB Carriage return. Prints buffer: next character will be printed at start of line. 27 16 hl 033 020 hl 1B 10 hl ESC Prints from (hl+1)th dot position. POS * See note below 28 aa 034 aa 1C aa FS Next graphic pattern is repeated for aa times. (0 < aa < 255). 30 036 1E RS Designates character print mode. 31 037 1F US Designates double-width print mode. NOTES: Positions are numbered from 1 to 480. "hl" is the least significant. For dot positions from 1-256, use "h" equals 0, "l" equals desired dot column-1. For dot positions from 257-480, use "h" equals 1, "l" equals desired dot column-10256. Not available via "LPRINT", requires programming to bypass TRS-80 Printer software. See note on Page 17. (tlc-7/6/93)