Home » Personal collection » Acorn ADFS disks » Archimedes » 1st_Word_Plus_Utils.ADF » 1WP_Print/Sources/matrix

1WP_Print/Sources/matrix

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn ADFS disks » Archimedes » 1st_Word_Plus_Utils.ADF
Filename: 1WP_Print/Sources/matrix
Read OK:
File size: 2C6A bytes
Load address: FFFFFF41
Exec address: E94D3B63
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
*    0060.25 GST 298/0.01
*
*****************************************************************
*                                                               *
*                                                               *
*                                                               *
*                  MATRIX PRINTER CONFIGURATION                 *
*                  ============================                 *
*                                                               *
*                                                               *
*    This file contains configuration details for the printers  *
*    described below.  To modify the printer configuration,     *
*    you must:                                                  *
*                                                               *
*    (a)  Read the chapter PRINTER CONFIGURATION in your User   *
*         Manual - THOROUGHLY!                                  *
*                                                               *
*    (b)  Edit this file using 1st Word Plus to make the        *
*         required changes (all values are HEXADECIMAL).        *
*                                                               *
*    (c)  Run the !1stConvrt program to install the new driver. *
*                                                               *
*    Consult your User Manual for details of how to load your   *
*    custom driver from the 1st Word Plus desktop, and how to   *
*    make it your default printer.                              *
*                                                               *
*    Copyright (C) 1986, 1987, 1988, GST Holdings Ltd           *
*    Copyright (C) 1989, GST Holdings plc                       *
*****************************************************************


*    Printer name
*    ============
*
*    For display on the 1st Word Plus desktop keypad 
*    and 1st Mail Printer Configuration form
*    (max 32 characters) 
*
*
*    Select one of the following:
*
*    Epson FX/RX (9-pin matrix)
*    Epson JX/EX (9-pin color)
*    Epson LX/GX/FX (9-pin NLQ)
*    Epson LQ/SQ series (24-pin)


Epson FX/RX (9-pin matrix)


*    Configuration variables
*    =======================
*
*    These six variables define certain printer
*    configuration details required by 1st Word Plus:
*
*    (1)  1 for microspacing daisywheel, else 0
*    (2)  Character width in printer units (daisy)
*    (3)  Linefeed height in printer units
*    (4)  Mid-carriage (daisy) pixels/inch (matrix)
*    (5)  Bold offset in printer units (daisy)
*    (6)  1 to pause printing between pages, else 0
*
*    Select one of the following:
*
*    0,0,C,48,0,0   (FX/JX/LX)
*    0,0,A,3C,0,0   (LQ/SQ)
*    0,2,C,50,0,0   (SMM804)


0,0,C,48,0,0


*    Printer characteristics
*    =======================
*
*    This table defines values to be sent to the
*    printer by 1st Word Plus to control its operation.
*
*    An entry consists of:
*
*    (1)  Function number (these must be kept in order)
*    (2)  Command bytes (hex commands and placeholders)
*
*    A placeholder has the top bit set and is substituted
*    by an actual value by 1st Word Plus when printing.
*
*    Lines preceded by an asterisk are commented out.
*
*    For NLQ printers, if the NLQ print style command is the same
*    as the draft style command, you can omit the NLQ command.
*    This does NOT apply to pitch changes.
*
*    Epson FX commands are the basis for this table, alternate
*    commands for specific printers are shown by printer model
*    letters in the comments.
*
*    Select the commands for your specific printer and comment
*    out the remainder, as shown.

* 0                           *    Character width
1,   D,A                      *    Carriage return line feed
* 2                           *    Forward print
* 3                           *    Reverse print
4,   1B,42,80,0,B             *    Vertical tab to line
* 4                           * SM No vertical tab!
* 5                           *    Absolute horizontal tab 
6,   1B,47                    *    Draft bold on
7,   1B,48                    *    Draft bold off
* 6, 1B,45                    * LQ Draft bold on
* 7, 1B,46                    * LQ Draft bold off
* 8, 1B,45                    * LX NLQ bold on
* 9, 1B,46                    * LX NLQ bold off
A,   1B,34                    *    Draft italic on
B,   1B,35                    *    Draft italic off
* C, 1B,78,0,1B,34,1B,47      * LX NLQ italic on (double draft!)
* D, 1B,48,1B,35,1B,78,1      * LX NLQ italic off
* E, 1B,72,5                  * JX Draft light on (red)
* F, 1B,72,0                  * JX Draft light off (black)
* 10,1B,78,0                  * LX NLQ light on
* 11,1B,78,1                  * LX NLQ light off
* 10,1B,78,0                  * LQ NLQ light on
* 11,1B,78,1                  * LQ NLQ light off
12,  1B,53,0                  *    Draft superscript on
13,  1B,54                    *    Draft superscript off
* 14,1B,78,0,1B,53,0          * LX NLQ superscript on
* 15,1B,54,1B,78,1            * LX NLQ superscript off
16,  1B,53,1                  *    Draft subscript on
17,  1B,54                    *    Draft subscript off
* 18,1B,78,0,1B,53,1          * LX NLQ subscript on
* 19,1B,54,1B,78,1            * LX NLQ subscript off
1A,  1B,2D,1                  *    Draft underline on
1B,  1B,2D,0                  *    Draft underline off
* 1C                          *    NLQ underline on
* 1D                          *    NLQ underline off
1E,  C                        *    Formfeed
1F,  12                       *    Horizontal initialization
20,  1B,52,0                  *    Vertical initialization
* 20                          * SM Vertical initialisation
21,  1B,40                    *    Termination: printer reset
22,  8                        *    Backspace
23,  D                        *    Carriage return
24,  1B,43,80                 *    Form length in lines
25,  1B,41,80                 *    Set line feed to N units
26,  1B,2A,5                  *    Start graphics (mode 5)
* 26,1B,2A,0                  * LQ Start graphics (mode 0)
* 26,1B,59                    * SM Start graphics
* 27                          *    Reserved
28,  12,1B,57,0,1B,50         *    Draft Pica      (10   cpi)
* 29                          *    NLQ   Pica      (10   cpi)
2A,  12,1B,57,0,1B,4D         *    Draft Elite     (12   cpi)
* 2B                          *    NLQ   Elite     (12   cpi)
2C,  1B,57,0,1B,50,F          *    Draft Condensed (17.2 cpi)
* 2D                          *    NLQ   Condensed (17.2 cpi)
2E,  12,1B,4D,1B,57,1         *    Draft Expanded  ( 6   cpi)
* 2F                          *    NLQ   Expanded  ( 6   cpi)
* 28,1B,78,0,12,1B,57,0,1B,50 * LX Draft Pica      (10   cpi)
* 29,12,1B,57,0,1B,50,1B,78,1 * LX NLQ   Pica      (10   cpi)
* 2A,1B,78,0,12,1B,57,0,1B,4D * LX Draft Elite     (12   cpi)
* 2B                          * LX NLQ   Elite     (12   cpi)
* 2C,1B,78,0,1B,57,0,1B,50,F  * LX Draft Condensed (17.2 cpi)
* 2D                          * LX NLQ   Condensed (17.2 cpi)
* 2E,1B,78,0,12,1B,4D,1B,57,1 * LX Draft Expanded  ( 6   cpi)
* 2F                          * LX NLQ   Expanded  ( 6   cpi)
* 28,1B,78,0,12,1B,57,0,1B,50 * LQ Draft Pica      (10   cpi)
* 29,12,1B,57,0,1B,50,1B,78,1 * LQ NLQ   Pica      (10   cpi)
* 2A,1B,78,0,12,1B,57,0,1B,4D * LQ Draft Elite     (12   cpi)
* 2B,12,1B,57,0,1B,4D,1B,78,1 * LQ NLQ   Elite     (12   cpi)
* 2C,1B,78,0,1B,57,0,1B,50,F  * LQ Draft Condensed (17.2 cpi)
* 2D,1B,57,0,1B,50,F,1B,78,1  * LQ NLQ   Condensed (17.2 cpi)
* 2E,1B,78,0,12,1B,4D,1B,57,1 * LQ Draft Expanded  ( 6   cpi)
* 2F,12,1B,4D,1B,57,1,1B,78,1 * LQ NLQ   Expanded  ( 6   cpi)
* 30,1B,72,0                  * JX Black   ink
* 31,1B,72,1                  * JX Magenta ink
* 32,1B,72,2                  * JX Cyan    ink
* 33,1B,72,4                  * JX Yellow  ink
0                             *    NULL termination byte


*    Translation Table (Epson Printers)
*    ==================================
*
*    This table is used to translate the Archimedes
*    character codes for output to the printer.
*
*    Each entry consists of:
*
*    (1)  Archimedes character code (these must be in order)
*    (2)  The (possibly null) byte string to be output
*
*    Archimedes character codes with a NULL translation
*    string are printed as spaces.
*
*    Archimedes character codes NOT in the table are sent
*    directly to the printer without translation.

A0
A1, 1B, 52, 7, 5B, 1B, 52, 0  * � - Spanish
A2, 1B, 52, 4, 7C, 1B, 52, 0  * � - Danish 1
A3, 1B, 52, 3, 23, 1B, 52, 0  * � - UK
A4
A5, 1B, 52, 4, 5C, 1B, 52, 0  * � - Danish 1
A6
A7                            * � - N/A
A8, 1B, 52, 1, 7E, 1B, 52, 0  * � - French
A9                            * � - N/A
AA, 61, 8, 5F                 * � - a BS _
AB                            * � - N/A
AC                            * � - N/A
AD
AE                            * � - N/A
AF
B0, 1B, 52, 1, 5B, 1B, 52, 0  * � - French
B1, 2B, 8, 5F                 * � - + BS _
B2                            * � - N/A
B3                            * � - N/A
B4                            * � - N/A
B5                            * � - N/A
B6                            * � - N/A
B7
B8
B9
BA, 6F, 8, 5F                 * � - o BS _
BB                            * � - N/A
BC                            * � - N/A
BD                            * � - N/A
BE
BF, 1B, 52, 7, 5D, 1B, 52, 0  * � - Spanish
C0                            * � - N/A
C1
C2
C3                            * � - N/A
C4, 1B, 52, 2, 5B, 1B, 52, 0  * � - German
C5, 1B, 52, 4, 5D, 1B, 52, 0  * � - Danish 1
C6, 1B, 52, 4, 5B, 1B, 52, 0  * � - Danish 1
C7                            * � - N/A
C8
C9, 1B, 52, 9, 40, 1B, 52, 0  * � - Norwegian
CA
CB
CC
CD
CE
CF
D0
D1, 1B, 52, 7, 5C, 1B, 52, 0  * � - Spanish
D2
D3
D4
D5                            * � - N/A
D6, 1B, 52, 2, 5C, 1B, 52, 0  * � - German
D7
D8, 1B, 52, 8, 5C, 1B, 52, 0  * � - Japanese
D9
DA
DB
DC, 1B, 52, 2, 5D, 1B, 52, 0  * � - German
DD
DE
DF
E0, 1B, 52, 1, 40, 1B, 52, 0  * � - French
E1                            * � - N/A
E2, 61, 8, 5E                 * � - a BS ^
E3, 61, 8, 7E                 * � - a BS ~
E4, 1B, 52, 2, 7B, 1B, 52, 0  * � - German
E5, 1B, 52, 4, 7D, 1B, 52, 0  * � - Danish 1
E6, 1B, 52, 4, 7B, 1B, 52, 0  * � - Danish 1
E7, 1B, 52, 1, 5C, 1B, 52, 0  * � - French
E8, 1B, 52, 1, 7D, 1B, 52, 0  * � - French
E9, 1B, 52, 1, 7B, 1B, 52, 0  * � - French
EA, 65, 8, 5E                 * � - e BS ^
EB, 65, 8,1B,52,1,7E,1B,52,0  * � - e BS French �
EC, 1B, 52, 6, 7E, 1B, 52, 0  * � - Italian
ED                            * � - N/A
EE                            * � - N/A
EF                            * � - N/A
F0
F1, 1B, 52, 7, 7C, 1B, 52, 0  * � - Spanish
F2, 1B, 52, 6, 7C, 1B, 52, 0  * � - Italian
F3                            * � - N/A
F4, 6F, 8, 5E                 * � - o BS ^
F5, 6F, 8, 7E                 * � - o BS ~
F6, 1B, 52, 2, 7C, 1B, 52, 0  * � - German
F7                            * � - N/A
F8                            * � - N/A
F9, 1B, 52, 1, 7C, 1B, 52, 0  * � - French
FA                            * � - N/A
FB, 75, 8, 5E                 * � - u BS ^
FC, 1B, 52, 2, 7D, 1B, 52, 0  * � - German
FD
FE
FF, 79, 8,1B,52,1,7E,1B,52,0  * � - y BS French �


0                             * NULL terminator

00000000  2a 20 20 20 20 30 30 36  30 2e 32 35 20 47 53 54  |*    0060.25 GST|
00000010  20 32 39 38 2f 30 2e 30  31 0a 2a 0a 2a 2a 2a 2a  | 298/0.01.*.****|
00000020  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000050  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 0a 2a 20  |*************.* |
00000060  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000090  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 0a  |              *.|
000000a0  2a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |*               |
000000b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000e0  2a 0a 2a 20 20 20 20 20  20 20 20 20 20 20 20 20  |*.*             |
000000f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000120  20 20 2a 0a 2a 20 20 20  20 20 20 20 20 20 20 20  |  *.*           |
00000130  20 20 20 20 20 20 20 4d  41 54 52 49 58 20 50 52  |       MATRIX PR|
00000140  49 4e 54 45 52 20 43 4f  4e 46 49 47 55 52 41 54  |INTER CONFIGURAT|
00000150  49 4f 4e 20 20 20 20 20  20 20 20 20 20 20 20 20  |ION             |
00000160  20 20 20 20 2a 0a 2a 20  20 20 20 20 20 20 20 20  |    *.*         |
00000170  20 20 20 20 20 20 20 20  20 3d 3d 3d 3d 3d 3d 3d  |         =======|
00000180  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000190  3d 3d 3d 3d 3d 20 20 20  20 20 20 20 20 20 20 20  |=====           |
000001a0  20 20 20 20 20 20 2a 0a  2a 20 20 20 20 20 20 20  |      *.*       |
000001b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000001e0  20 20 20 20 20 20 20 20  2a 0a 2a 20 20 20 20 20  |        *.*     |
000001f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000220  20 20 20 20 20 20 20 20  20 20 2a 0a 2a 20 20 20  |          *.*   |
00000230  20 54 68 69 73 20 66 69  6c 65 20 63 6f 6e 74 61  | This file conta|
00000240  69 6e 73 20 63 6f 6e 66  69 67 75 72 61 74 69 6f  |ins configuratio|
00000250  6e 20 64 65 74 61 69 6c  73 20 66 6f 72 20 74 68  |n details for th|
00000260  65 20 70 72 69 6e 74 65  72 73 20 20 2a 0a 2a 20  |e printers  *.* |
00000270  20 20 20 64 65 73 63 72  69 62 65 64 20 62 65 6c  |   described bel|
00000280  6f 77 2e 20 20 54 6f 20  6d 6f 64 69 66 79 20 74  |ow.  To modify t|
00000290  68 65 20 70 72 69 6e 74  65 72 20 63 6f 6e 66 69  |he printer confi|
000002a0  67 75 72 61 74 69 6f 6e  2c 20 20 20 20 20 2a 0a  |guration,     *.|
000002b0  2a 20 20 20 20 79 6f 75  20 6d 75 73 74 3a 20 20  |*    you must:  |
000002c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000002f0  2a 0a 2a 20 20 20 20 20  20 20 20 20 20 20 20 20  |*.*             |
00000300  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000330  20 20 2a 0a 2a 20 20 20  20 28 61 29 20 20 52 65  |  *.*    (a)  Re|
00000340  61 64 20 74 68 65 20 63  68 61 70 74 65 72 20 50  |ad the chapter P|
00000350  52 49 4e 54 45 52 20 43  4f 4e 46 49 47 55 52 41  |RINTER CONFIGURA|
00000360  54 49 4f 4e 20 69 6e 20  79 6f 75 72 20 55 73 65  |TION in your Use|
00000370  72 20 20 20 2a 0a 2a 20  20 20 20 20 20 20 20 20  |r   *.*         |
00000380  4d 61 6e 75 61 6c 20 2d  20 54 48 4f 52 4f 55 47  |Manual - THOROUG|
00000390  48 4c 59 21 20 20 20 20  20 20 20 20 20 20 20 20  |HLY!            |
000003a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000003b0  20 20 20 20 20 20 2a 0a  2a 20 20 20 20 20 20 20  |      *.*       |
000003c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000003f0  20 20 20 20 20 20 20 20  2a 0a 2a 20 20 20 20 28  |        *.*    (|
00000400  62 29 20 20 45 64 69 74  20 74 68 69 73 20 66 69  |b)  Edit this fi|
00000410  6c 65 20 75 73 69 6e 67  20 31 73 74 20 57 6f 72  |le using 1st Wor|
00000420  64 20 50 6c 75 73 20 74  6f 20 6d 61 6b 65 20 74  |d Plus to make t|
00000430  68 65 20 20 20 20 20 20  20 20 2a 0a 2a 20 20 20  |he        *.*   |
00000440  20 20 20 20 20 20 72 65  71 75 69 72 65 64 20 63  |      required c|
00000450  68 61 6e 67 65 73 20 28  61 6c 6c 20 76 61 6c 75  |hanges (all valu|
00000460  65 73 20 61 72 65 20 48  45 58 41 44 45 43 49 4d  |es are HEXADECIM|
00000470  41 4c 29 2e 20 20 20 20  20 20 20 20 2a 0a 2a 20  |AL).        *.* |
00000480  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000004b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 0a  |              *.|
000004c0  2a 20 20 20 20 28 63 29  20 20 52 75 6e 20 74 68  |*    (c)  Run th|
000004d0  65 20 21 31 73 74 43 6f  6e 76 72 74 20 70 72 6f  |e !1stConvrt pro|
000004e0  67 72 61 6d 20 74 6f 20  69 6e 73 74 61 6c 6c 20  |gram to install |
000004f0  74 68 65 20 6e 65 77 20  64 72 69 76 65 72 2e 20  |the new driver. |
00000500  2a 0a 2a 20 20 20 20 20  20 20 20 20 20 20 20 20  |*.*             |
00000510  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000540  20 20 2a 0a 2a 20 20 20  20 43 6f 6e 73 75 6c 74  |  *.*    Consult|
00000550  20 79 6f 75 72 20 55 73  65 72 20 4d 61 6e 75 61  | your User Manua|
00000560  6c 20 66 6f 72 20 64 65  74 61 69 6c 73 20 6f 66  |l for details of|
00000570  20 68 6f 77 20 74 6f 20  6c 6f 61 64 20 79 6f 75  | how to load you|
00000580  72 20 20 20 2a 0a 2a 20  20 20 20 63 75 73 74 6f  |r   *.*    custo|
00000590  6d 20 64 72 69 76 65 72  20 66 72 6f 6d 20 74 68  |m driver from th|
000005a0  65 20 31 73 74 20 57 6f  72 64 20 50 6c 75 73 20  |e 1st Word Plus |
000005b0  64 65 73 6b 74 6f 70 2c  20 61 6e 64 20 68 6f 77  |desktop, and how|
000005c0  20 74 6f 20 20 20 2a 0a  2a 20 20 20 20 6d 61 6b  | to   *.*    mak|
000005d0  65 20 69 74 20 79 6f 75  72 20 64 65 66 61 75 6c  |e it your defaul|
000005e0  74 20 70 72 69 6e 74 65  72 2e 20 20 20 20 20 20  |t printer.      |
000005f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000600  20 20 20 20 20 20 20 20  2a 0a 2a 20 20 20 20 20  |        *.*     |
00000610  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000640  20 20 20 20 20 20 20 20  20 20 2a 0a 2a 20 20 20  |          *.*   |
00000650  20 43 6f 70 79 72 69 67  68 74 20 28 43 29 20 31  | Copyright (C) 1|
00000660  39 38 36 2c 20 31 39 38  37 2c 20 31 39 38 38 2c  |986, 1987, 1988,|
00000670  20 47 53 54 20 48 6f 6c  64 69 6e 67 73 20 4c 74  | GST Holdings Lt|
00000680  64 20 20 20 20 20 20 20  20 20 20 20 2a 0a 2a 20  |d           *.* |
00000690  20 20 20 43 6f 70 79 72  69 67 68 74 20 28 43 29  |   Copyright (C)|
000006a0  20 31 39 38 39 2c 20 47  53 54 20 48 6f 6c 64 69  | 1989, GST Holdi|
000006b0  6e 67 73 20 70 6c 63 20  20 20 20 20 20 20 20 20  |ngs plc         |
000006c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 0a  |              *.|
000006d0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000710  2a 0a 0a 0a 2a 20 20 20  20 50 72 69 6e 74 65 72  |*...*    Printer|
00000720  20 6e 61 6d 65 0a 2a 20  20 20 20 3d 3d 3d 3d 3d  | name.*    =====|
00000730  3d 3d 3d 3d 3d 3d 3d 0a  2a 0a 2a 20 20 20 20 46  |=======.*.*    F|
00000740  6f 72 20 64 69 73 70 6c  61 79 20 6f 6e 20 74 68  |or display on th|
00000750  65 20 31 73 74 20 57 6f  72 64 20 50 6c 75 73 20  |e 1st Word Plus |
00000760  64 65 73 6b 74 6f 70 20  6b 65 79 70 61 64 20 0a  |desktop keypad .|
00000770  2a 20 20 20 20 61 6e 64  20 31 73 74 20 4d 61 69  |*    and 1st Mai|
00000780  6c 20 50 72 69 6e 74 65  72 20 43 6f 6e 66 69 67  |l Printer Config|
00000790  75 72 61 74 69 6f 6e 20  66 6f 72 6d 0a 2a 20 20  |uration form.*  |
000007a0  20 20 28 6d 61 78 20 33  32 20 63 68 61 72 61 63  |  (max 32 charac|
000007b0  74 65 72 73 29 20 0a 2a  0a 2a 0a 2a 20 20 20 20  |ters) .*.*.*    |
000007c0  53 65 6c 65 63 74 20 6f  6e 65 20 6f 66 20 74 68  |Select one of th|
000007d0  65 20 66 6f 6c 6c 6f 77  69 6e 67 3a 0a 2a 0a 2a  |e following:.*.*|
000007e0  20 20 20 20 45 70 73 6f  6e 20 46 58 2f 52 58 20  |    Epson FX/RX |
000007f0  28 39 2d 70 69 6e 20 6d  61 74 72 69 78 29 0a 2a  |(9-pin matrix).*|
00000800  20 20 20 20 45 70 73 6f  6e 20 4a 58 2f 45 58 20  |    Epson JX/EX |
00000810  28 39 2d 70 69 6e 20 63  6f 6c 6f 72 29 0a 2a 20  |(9-pin color).* |
00000820  20 20 20 45 70 73 6f 6e  20 4c 58 2f 47 58 2f 46  |   Epson LX/GX/F|
00000830  58 20 28 39 2d 70 69 6e  20 4e 4c 51 29 0a 2a 20  |X (9-pin NLQ).* |
00000840  20 20 20 45 70 73 6f 6e  20 4c 51 2f 53 51 20 73  |   Epson LQ/SQ s|
00000850  65 72 69 65 73 20 28 32  34 2d 70 69 6e 29 0a 0a  |eries (24-pin)..|
00000860  0a 45 70 73 6f 6e 20 46  58 2f 52 58 20 28 39 2d  |.Epson FX/RX (9-|
00000870  70 69 6e 20 6d 61 74 72  69 78 29 0a 0a 0a 2a 20  |pin matrix)...* |
00000880  20 20 20 43 6f 6e 66 69  67 75 72 61 74 69 6f 6e  |   Configuration|
00000890  20 76 61 72 69 61 62 6c  65 73 0a 2a 20 20 20 20  | variables.*    |
000008a0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
000008b0  3d 3d 3d 3d 3d 3d 3d 0a  2a 0a 2a 20 20 20 20 54  |=======.*.*    T|
000008c0  68 65 73 65 20 73 69 78  20 76 61 72 69 61 62 6c  |hese six variabl|
000008d0  65 73 20 64 65 66 69 6e  65 20 63 65 72 74 61 69  |es define certai|
000008e0  6e 20 70 72 69 6e 74 65  72 0a 2a 20 20 20 20 63  |n printer.*    c|
000008f0  6f 6e 66 69 67 75 72 61  74 69 6f 6e 20 64 65 74  |onfiguration det|
00000900  61 69 6c 73 20 72 65 71  75 69 72 65 64 20 62 79  |ails required by|
00000910  20 31 73 74 20 57 6f 72  64 20 50 6c 75 73 3a 0a  | 1st Word Plus:.|
00000920  2a 0a 2a 20 20 20 20 28  31 29 20 20 31 20 66 6f  |*.*    (1)  1 fo|
00000930  72 20 6d 69 63 72 6f 73  70 61 63 69 6e 67 20 64  |r microspacing d|
00000940  61 69 73 79 77 68 65 65  6c 2c 20 65 6c 73 65 20  |aisywheel, else |
00000950  30 0a 2a 20 20 20 20 28  32 29 20 20 43 68 61 72  |0.*    (2)  Char|
00000960  61 63 74 65 72 20 77 69  64 74 68 20 69 6e 20 70  |acter width in p|
00000970  72 69 6e 74 65 72 20 75  6e 69 74 73 20 28 64 61  |rinter units (da|
00000980  69 73 79 29 0a 2a 20 20  20 20 28 33 29 20 20 4c  |isy).*    (3)  L|
00000990  69 6e 65 66 65 65 64 20  68 65 69 67 68 74 20 69  |inefeed height i|
000009a0  6e 20 70 72 69 6e 74 65  72 20 75 6e 69 74 73 0a  |n printer units.|
000009b0  2a 20 20 20 20 28 34 29  20 20 4d 69 64 2d 63 61  |*    (4)  Mid-ca|
000009c0  72 72 69 61 67 65 20 28  64 61 69 73 79 29 20 70  |rriage (daisy) p|
000009d0  69 78 65 6c 73 2f 69 6e  63 68 20 28 6d 61 74 72  |ixels/inch (matr|
000009e0  69 78 29 0a 2a 20 20 20  20 28 35 29 20 20 42 6f  |ix).*    (5)  Bo|
000009f0  6c 64 20 6f 66 66 73 65  74 20 69 6e 20 70 72 69  |ld offset in pri|
00000a00  6e 74 65 72 20 75 6e 69  74 73 20 28 64 61 69 73  |nter units (dais|
00000a10  79 29 0a 2a 20 20 20 20  28 36 29 20 20 31 20 74  |y).*    (6)  1 t|
00000a20  6f 20 70 61 75 73 65 20  70 72 69 6e 74 69 6e 67  |o pause printing|
00000a30  20 62 65 74 77 65 65 6e  20 70 61 67 65 73 2c 20  | between pages, |
00000a40  65 6c 73 65 20 30 0a 2a  0a 2a 20 20 20 20 53 65  |else 0.*.*    Se|
00000a50  6c 65 63 74 20 6f 6e 65  20 6f 66 20 74 68 65 20  |lect one of the |
00000a60  66 6f 6c 6c 6f 77 69 6e  67 3a 0a 2a 0a 2a 20 20  |following:.*.*  |
00000a70  20 20 30 2c 30 2c 43 2c  34 38 2c 30 2c 30 20 20  |  0,0,C,48,0,0  |
00000a80  20 28 46 58 2f 4a 58 2f  4c 58 29 0a 2a 20 20 20  | (FX/JX/LX).*   |
00000a90  20 30 2c 30 2c 41 2c 33  43 2c 30 2c 30 20 20 20  | 0,0,A,3C,0,0   |
00000aa0  28 4c 51 2f 53 51 29 0a  2a 20 20 20 20 30 2c 32  |(LQ/SQ).*    0,2|
00000ab0  2c 43 2c 35 30 2c 30 2c  30 20 20 20 28 53 4d 4d  |,C,50,0,0   (SMM|
00000ac0  38 30 34 29 0a 0a 0a 30  2c 30 2c 43 2c 34 38 2c  |804)...0,0,C,48,|
00000ad0  30 2c 30 0a 0a 0a 2a 20  20 20 20 50 72 69 6e 74  |0,0...*    Print|
00000ae0  65 72 20 63 68 61 72 61  63 74 65 72 69 73 74 69  |er characteristi|
00000af0  63 73 0a 2a 20 20 20 20  3d 3d 3d 3d 3d 3d 3d 3d  |cs.*    ========|
00000b00  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 0a  |===============.|
00000b10  2a 0a 2a 20 20 20 20 54  68 69 73 20 74 61 62 6c  |*.*    This tabl|
00000b20  65 20 64 65 66 69 6e 65  73 20 76 61 6c 75 65 73  |e defines values|
00000b30  20 74 6f 20 62 65 20 73  65 6e 74 20 74 6f 20 74  | to be sent to t|
00000b40  68 65 0a 2a 20 20 20 20  70 72 69 6e 74 65 72 20  |he.*    printer |
00000b50  62 79 20 31 73 74 20 57  6f 72 64 20 50 6c 75 73  |by 1st Word Plus|
00000b60  20 74 6f 20 63 6f 6e 74  72 6f 6c 20 69 74 73 20  | to control its |
00000b70  6f 70 65 72 61 74 69 6f  6e 2e 0a 2a 0a 2a 20 20  |operation..*.*  |
00000b80  20 20 41 6e 20 65 6e 74  72 79 20 63 6f 6e 73 69  |  An entry consi|
00000b90  73 74 73 20 6f 66 3a 0a  2a 0a 2a 20 20 20 20 28  |sts of:.*.*    (|
00000ba0  31 29 20 20 46 75 6e 63  74 69 6f 6e 20 6e 75 6d  |1)  Function num|
00000bb0  62 65 72 20 28 74 68 65  73 65 20 6d 75 73 74 20  |ber (these must |
00000bc0  62 65 20 6b 65 70 74 20  69 6e 20 6f 72 64 65 72  |be kept in order|
00000bd0  29 0a 2a 20 20 20 20 28  32 29 20 20 43 6f 6d 6d  |).*    (2)  Comm|
00000be0  61 6e 64 20 62 79 74 65  73 20 28 68 65 78 20 63  |and bytes (hex c|
00000bf0  6f 6d 6d 61 6e 64 73 20  61 6e 64 20 70 6c 61 63  |ommands and plac|
00000c00  65 68 6f 6c 64 65 72 73  29 0a 2a 0a 2a 20 20 20  |eholders).*.*   |
00000c10  20 41 20 70 6c 61 63 65  68 6f 6c 64 65 72 20 68  | A placeholder h|
00000c20  61 73 20 74 68 65 20 74  6f 70 20 62 69 74 20 73  |as the top bit s|
00000c30  65 74 20 61 6e 64 20 69  73 20 73 75 62 73 74 69  |et and is substi|
00000c40  74 75 74 65 64 0a 2a 20  20 20 20 62 79 20 61 6e  |tuted.*    by an|
00000c50  20 61 63 74 75 61 6c 20  76 61 6c 75 65 20 62 79  | actual value by|
00000c60  20 31 73 74 20 57 6f 72  64 20 50 6c 75 73 20 77  | 1st Word Plus w|
00000c70  68 65 6e 20 70 72 69 6e  74 69 6e 67 2e 0a 2a 0a  |hen printing..*.|
00000c80  2a 20 20 20 20 4c 69 6e  65 73 20 70 72 65 63 65  |*    Lines prece|
00000c90  64 65 64 20 62 79 20 61  6e 20 61 73 74 65 72 69  |ded by an asteri|
00000ca0  73 6b 20 61 72 65 20 63  6f 6d 6d 65 6e 74 65 64  |sk are commented|
00000cb0  20 6f 75 74 2e 0a 2a 0a  2a 20 20 20 20 46 6f 72  | out..*.*    For|
00000cc0  20 4e 4c 51 20 70 72 69  6e 74 65 72 73 2c 20 69  | NLQ printers, i|
00000cd0  66 20 74 68 65 20 4e 4c  51 20 70 72 69 6e 74 20  |f the NLQ print |
00000ce0  73 74 79 6c 65 20 63 6f  6d 6d 61 6e 64 20 69 73  |style command is|
00000cf0  20 74 68 65 20 73 61 6d  65 0a 2a 20 20 20 20 61  | the same.*    a|
00000d00  73 20 74 68 65 20 64 72  61 66 74 20 73 74 79 6c  |s the draft styl|
00000d10  65 20 63 6f 6d 6d 61 6e  64 2c 20 79 6f 75 20 63  |e command, you c|
00000d20  61 6e 20 6f 6d 69 74 20  74 68 65 20 4e 4c 51 20  |an omit the NLQ |
00000d30  63 6f 6d 6d 61 6e 64 2e  0a 2a 20 20 20 20 54 68  |command..*    Th|
00000d40  69 73 20 64 6f 65 73 20  4e 4f 54 20 61 70 70 6c  |is does NOT appl|
00000d50  79 20 74 6f 20 70 69 74  63 68 20 63 68 61 6e 67  |y to pitch chang|
00000d60  65 73 2e 0a 2a 0a 2a 20  20 20 20 45 70 73 6f 6e  |es..*.*    Epson|
00000d70  20 46 58 20 63 6f 6d 6d  61 6e 64 73 20 61 72 65  | FX commands are|
00000d80  20 74 68 65 20 62 61 73  69 73 20 66 6f 72 20 74  | the basis for t|
00000d90  68 69 73 20 74 61 62 6c  65 2c 20 61 6c 74 65 72  |his table, alter|
00000da0  6e 61 74 65 0a 2a 20 20  20 20 63 6f 6d 6d 61 6e  |nate.*    comman|
00000db0  64 73 20 66 6f 72 20 73  70 65 63 69 66 69 63 20  |ds for specific |
00000dc0  70 72 69 6e 74 65 72 73  20 61 72 65 20 73 68 6f  |printers are sho|
00000dd0  77 6e 20 62 79 20 70 72  69 6e 74 65 72 20 6d 6f  |wn by printer mo|
00000de0  64 65 6c 0a 2a 20 20 20  20 6c 65 74 74 65 72 73  |del.*    letters|
00000df0  20 69 6e 20 74 68 65 20  63 6f 6d 6d 65 6e 74 73  | in the comments|
00000e00  2e 0a 2a 0a 2a 20 20 20  20 53 65 6c 65 63 74 20  |..*.*    Select |
00000e10  74 68 65 20 63 6f 6d 6d  61 6e 64 73 20 66 6f 72  |the commands for|
00000e20  20 79 6f 75 72 20 73 70  65 63 69 66 69 63 20 70  | your specific p|
00000e30  72 69 6e 74 65 72 20 61  6e 64 20 63 6f 6d 6d 65  |rinter and comme|
00000e40  6e 74 0a 2a 20 20 20 20  6f 75 74 20 74 68 65 20  |nt.*    out the |
00000e50  72 65 6d 61 69 6e 64 65  72 2c 20 61 73 20 73 68  |remainder, as sh|
00000e60  6f 77 6e 2e 0a 0a 2a 20  30 20 20 20 20 20 20 20  |own...* 0       |
00000e70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e80  20 20 20 20 2a 20 20 20  20 43 68 61 72 61 63 74  |    *    Charact|
00000e90  65 72 20 77 69 64 74 68  0a 31 2c 20 20 20 44 2c  |er width.1,   D,|
00000ea0  41 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |A               |
00000eb0  20 20 20 20 20 20 20 2a  20 20 20 20 43 61 72 72  |       *    Carr|
00000ec0  69 61 67 65 20 72 65 74  75 72 6e 20 6c 69 6e 65  |iage return line|
00000ed0  20 66 65 65 64 0a 2a 20  32 20 20 20 20 20 20 20  | feed.* 2       |
00000ee0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ef0  20 20 20 20 2a 20 20 20  20 46 6f 72 77 61 72 64  |    *    Forward|
00000f00  20 70 72 69 6e 74 0a 2a  20 33 20 20 20 20 20 20  | print.* 3      |
00000f10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f20  20 20 20 20 20 2a 20 20  20 20 52 65 76 65 72 73  |     *    Revers|
00000f30  65 20 70 72 69 6e 74 0a  34 2c 20 20 20 31 42 2c  |e print.4,   1B,|
00000f40  34 32 2c 38 30 2c 30 2c  42 20 20 20 20 20 20 20  |42,80,0,B       |
00000f50  20 20 20 20 20 20 2a 20  20 20 20 56 65 72 74 69  |      *    Verti|
00000f60  63 61 6c 20 74 61 62 20  74 6f 20 6c 69 6e 65 0a  |cal tab to line.|
00000f70  2a 20 34 20 20 20 20 20  20 20 20 20 20 20 20 20  |* 4             |
00000f80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000f90  53 4d 20 4e 6f 20 76 65  72 74 69 63 61 6c 20 74  |SM No vertical t|
00000fa0  61 62 21 0a 2a 20 35 20  20 20 20 20 20 20 20 20  |ab!.* 5         |
00000fb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000fc0  20 20 2a 20 20 20 20 41  62 73 6f 6c 75 74 65 20  |  *    Absolute |
00000fd0  68 6f 72 69 7a 6f 6e 74  61 6c 20 74 61 62 20 0a  |horizontal tab .|
00000fe0  36 2c 20 20 20 31 42 2c  34 37 20 20 20 20 20 20  |6,   1B,47      |
00000ff0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001000  20 20 20 44 72 61 66 74  20 62 6f 6c 64 20 6f 6e  |   Draft bold on|
00001010  0a 37 2c 20 20 20 31 42  2c 34 38 20 20 20 20 20  |.7,   1B,48     |
00001020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001030  20 20 20 20 44 72 61 66  74 20 62 6f 6c 64 20 6f  |    Draft bold o|
00001040  66 66 0a 2a 20 36 2c 20  31 42 2c 34 35 20 20 20  |ff.* 6, 1B,45   |
00001050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001060  20 2a 20 4c 51 20 44 72  61 66 74 20 62 6f 6c 64  | * LQ Draft bold|
00001070  20 6f 6e 0a 2a 20 37 2c  20 31 42 2c 34 36 20 20  | on.* 7, 1B,46  |
00001080  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001090  20 20 2a 20 4c 51 20 44  72 61 66 74 20 62 6f 6c  |  * LQ Draft bol|
000010a0  64 20 6f 66 66 0a 2a 20  38 2c 20 31 42 2c 34 35  |d off.* 8, 1B,45|
000010b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000010c0  20 20 20 20 2a 20 4c 58  20 4e 4c 51 20 62 6f 6c  |    * LX NLQ bol|
000010d0  64 20 6f 6e 0a 2a 20 39  2c 20 31 42 2c 34 36 20  |d on.* 9, 1B,46 |
000010e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000010f0  20 20 20 2a 20 4c 58 20  4e 4c 51 20 62 6f 6c 64  |   * LX NLQ bold|
00001100  20 6f 66 66 0a 41 2c 20  20 20 31 42 2c 33 34 20  | off.A,   1B,34 |
00001110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001120  20 20 20 2a 20 20 20 20  44 72 61 66 74 20 69 74  |   *    Draft it|
00001130  61 6c 69 63 20 6f 6e 0a  42 2c 20 20 20 31 42 2c  |alic on.B,   1B,|
00001140  33 35 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |35              |
00001150  20 20 20 20 20 20 2a 20  20 20 20 44 72 61 66 74  |      *    Draft|
00001160  20 69 74 61 6c 69 63 20  6f 66 66 0a 2a 20 43 2c  | italic off.* C,|
00001170  20 31 42 2c 37 38 2c 30  2c 31 42 2c 33 34 2c 31  | 1B,78,0,1B,34,1|
00001180  42 2c 34 37 20 20 20 20  20 20 2a 20 4c 58 20 4e  |B,47      * LX N|
00001190  4c 51 20 69 74 61 6c 69  63 20 6f 6e 20 28 64 6f  |LQ italic on (do|
000011a0  75 62 6c 65 20 64 72 61  66 74 21 29 0a 2a 20 44  |uble draft!).* D|
000011b0  2c 20 31 42 2c 34 38 2c  31 42 2c 33 35 2c 31 42  |, 1B,48,1B,35,1B|
000011c0  2c 37 38 2c 31 20 20 20  20 20 20 2a 20 4c 58 20  |,78,1      * LX |
000011d0  4e 4c 51 20 69 74 61 6c  69 63 20 6f 66 66 0a 2a  |NLQ italic off.*|
000011e0  20 45 2c 20 31 42 2c 37  32 2c 35 20 20 20 20 20  | E, 1B,72,5     |
000011f0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 4a  |             * J|
00001200  58 20 44 72 61 66 74 20  6c 69 67 68 74 20 6f 6e  |X Draft light on|
00001210  20 28 72 65 64 29 0a 2a  20 46 2c 20 31 42 2c 37  | (red).* F, 1B,7|
00001220  32 2c 30 20 20 20 20 20  20 20 20 20 20 20 20 20  |2,0             |
00001230  20 20 20 20 20 2a 20 4a  58 20 44 72 61 66 74 20  |     * JX Draft |
00001240  6c 69 67 68 74 20 6f 66  66 20 28 62 6c 61 63 6b  |light off (black|
00001250  29 0a 2a 20 31 30 2c 31  42 2c 37 38 2c 30 20 20  |).* 10,1B,78,0  |
00001260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001270  2a 20 4c 58 20 4e 4c 51  20 6c 69 67 68 74 20 6f  |* LX NLQ light o|
00001280  6e 0a 2a 20 31 31 2c 31  42 2c 37 38 2c 31 20 20  |n.* 11,1B,78,1  |
00001290  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000012a0  2a 20 4c 58 20 4e 4c 51  20 6c 69 67 68 74 20 6f  |* LX NLQ light o|
000012b0  66 66 0a 2a 20 31 30 2c  31 42 2c 37 38 2c 30 20  |ff.* 10,1B,78,0 |
000012c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000012d0  20 2a 20 4c 51 20 4e 4c  51 20 6c 69 67 68 74 20  | * LQ NLQ light |
000012e0  6f 6e 0a 2a 20 31 31 2c  31 42 2c 37 38 2c 31 20  |on.* 11,1B,78,1 |
000012f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001300  20 2a 20 4c 51 20 4e 4c  51 20 6c 69 67 68 74 20  | * LQ NLQ light |
00001310  6f 66 66 0a 31 32 2c 20  20 31 42 2c 35 33 2c 30  |off.12,  1B,53,0|
00001320  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001330  20 20 2a 20 20 20 20 44  72 61 66 74 20 73 75 70  |  *    Draft sup|
00001340  65 72 73 63 72 69 70 74  20 6f 6e 0a 31 33 2c 20  |erscript on.13, |
00001350  20 31 42 2c 35 34 20 20  20 20 20 20 20 20 20 20  | 1B,54          |
00001360  20 20 20 20 20 20 20 20  20 20 2a 20 20 20 20 44  |          *    D|
00001370  72 61 66 74 20 73 75 70  65 72 73 63 72 69 70 74  |raft superscript|
00001380  20 6f 66 66 0a 2a 20 31  34 2c 31 42 2c 37 38 2c  | off.* 14,1B,78,|
00001390  30 2c 31 42 2c 35 33 2c  30 20 20 20 20 20 20 20  |0,1B,53,0       |
000013a0  20 20 20 2a 20 4c 58 20  4e 4c 51 20 73 75 70 65  |   * LX NLQ supe|
000013b0  72 73 63 72 69 70 74 20  6f 6e 0a 2a 20 31 35 2c  |rscript on.* 15,|
000013c0  31 42 2c 35 34 2c 31 42  2c 37 38 2c 31 20 20 20  |1B,54,1B,78,1   |
000013d0  20 20 20 20 20 20 20 20  20 2a 20 4c 58 20 4e 4c  |         * LX NL|
000013e0  51 20 73 75 70 65 72 73  63 72 69 70 74 20 6f 66  |Q superscript of|
000013f0  66 0a 31 36 2c 20 20 31  42 2c 35 33 2c 31 20 20  |f.16,  1B,53,1  |
00001400  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001410  2a 20 20 20 20 44 72 61  66 74 20 73 75 62 73 63  |*    Draft subsc|
00001420  72 69 70 74 20 6f 6e 0a  31 37 2c 20 20 31 42 2c  |ript on.17,  1B,|
00001430  35 34 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |54              |
00001440  20 20 20 20 20 20 2a 20  20 20 20 44 72 61 66 74  |      *    Draft|
00001450  20 73 75 62 73 63 72 69  70 74 20 6f 66 66 0a 2a  | subscript off.*|
00001460  20 31 38 2c 31 42 2c 37  38 2c 30 2c 31 42 2c 35  | 18,1B,78,0,1B,5|
00001470  33 2c 31 20 20 20 20 20  20 20 20 20 20 2a 20 4c  |3,1          * L|
00001480  58 20 4e 4c 51 20 73 75  62 73 63 72 69 70 74 20  |X NLQ subscript |
00001490  6f 6e 0a 2a 20 31 39 2c  31 42 2c 35 34 2c 31 42  |on.* 19,1B,54,1B|
000014a0  2c 37 38 2c 31 20 20 20  20 20 20 20 20 20 20 20  |,78,1           |
000014b0  20 2a 20 4c 58 20 4e 4c  51 20 73 75 62 73 63 72  | * LX NLQ subscr|
000014c0  69 70 74 20 6f 66 66 0a  31 41 2c 20 20 31 42 2c  |ipt off.1A,  1B,|
000014d0  32 44 2c 31 20 20 20 20  20 20 20 20 20 20 20 20  |2D,1            |
000014e0  20 20 20 20 20 20 2a 20  20 20 20 44 72 61 66 74  |      *    Draft|
000014f0  20 75 6e 64 65 72 6c 69  6e 65 20 6f 6e 0a 31 42  | underline on.1B|
00001500  2c 20 20 31 42 2c 32 44  2c 30 20 20 20 20 20 20  |,  1B,2D,0      |
00001510  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 20 20  |            *   |
00001520  20 44 72 61 66 74 20 75  6e 64 65 72 6c 69 6e 65  | Draft underline|
00001530  20 6f 66 66 0a 2a 20 31  43 20 20 20 20 20 20 20  | off.* 1C       |
00001540  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001550  20 20 20 2a 20 20 20 20  4e 4c 51 20 75 6e 64 65  |   *    NLQ unde|
00001560  72 6c 69 6e 65 20 6f 6e  0a 2a 20 31 44 20 20 20  |rline on.* 1D   |
00001570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001580  20 20 20 20 20 20 20 2a  20 20 20 20 4e 4c 51 20  |       *    NLQ |
00001590  75 6e 64 65 72 6c 69 6e  65 20 6f 66 66 0a 31 45  |underline off.1E|
000015a0  2c 20 20 43 20 20 20 20  20 20 20 20 20 20 20 20  |,  C            |
000015b0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 20 20  |            *   |
000015c0  20 46 6f 72 6d 66 65 65  64 0a 31 46 2c 20 20 31  | Formfeed.1F,  1|
000015d0  32 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |2               |
000015e0  20 20 20 20 20 20 20 20  2a 20 20 20 20 48 6f 72  |        *    Hor|
000015f0  69 7a 6f 6e 74 61 6c 20  69 6e 69 74 69 61 6c 69  |izontal initiali|
00001600  7a 61 74 69 6f 6e 0a 32  30 2c 20 20 31 42 2c 35  |zation.20,  1B,5|
00001610  32 2c 30 20 20 20 20 20  20 20 20 20 20 20 20 20  |2,0             |
00001620  20 20 20 20 20 2a 20 20  20 20 56 65 72 74 69 63  |     *    Vertic|
00001630  61 6c 20 69 6e 69 74 69  61 6c 69 7a 61 74 69 6f  |al initializatio|
00001640  6e 0a 2a 20 32 30 20 20  20 20 20 20 20 20 20 20  |n.* 20          |
00001650  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001660  2a 20 53 4d 20 56 65 72  74 69 63 61 6c 20 69 6e  |* SM Vertical in|
00001670  69 74 69 61 6c 69 73 61  74 69 6f 6e 0a 32 31 2c  |itialisation.21,|
00001680  20 20 31 42 2c 34 30 20  20 20 20 20 20 20 20 20  |  1B,40         |
00001690  20 20 20 20 20 20 20 20  20 20 20 2a 20 20 20 20  |           *    |
000016a0  54 65 72 6d 69 6e 61 74  69 6f 6e 3a 20 70 72 69  |Termination: pri|
000016b0  6e 74 65 72 20 72 65 73  65 74 0a 32 32 2c 20 20  |nter reset.22,  |
000016c0  38 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |8               |
000016d0  20 20 20 20 20 20 20 20  20 2a 20 20 20 20 42 61  |         *    Ba|
000016e0  63 6b 73 70 61 63 65 0a  32 33 2c 20 20 44 20 20  |ckspace.23,  D  |
000016f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001700  20 20 20 20 20 20 2a 20  20 20 20 43 61 72 72 69  |      *    Carri|
00001710  61 67 65 20 72 65 74 75  72 6e 0a 32 34 2c 20 20  |age return.24,  |
00001720  31 42 2c 34 33 2c 38 30  20 20 20 20 20 20 20 20  |1B,43,80        |
00001730  20 20 20 20 20 20 20 20  20 2a 20 20 20 20 46 6f  |         *    Fo|
00001740  72 6d 20 6c 65 6e 67 74  68 20 69 6e 20 6c 69 6e  |rm length in lin|
00001750  65 73 0a 32 35 2c 20 20  31 42 2c 34 31 2c 38 30  |es.25,  1B,41,80|
00001760  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001770  20 2a 20 20 20 20 53 65  74 20 6c 69 6e 65 20 66  | *    Set line f|
00001780  65 65 64 20 74 6f 20 4e  20 75 6e 69 74 73 0a 32  |eed to N units.2|
00001790  36 2c 20 20 31 42 2c 32  41 2c 35 20 20 20 20 20  |6,  1B,2A,5     |
000017a0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
000017b0  20 20 53 74 61 72 74 20  67 72 61 70 68 69 63 73  |  Start graphics|
000017c0  20 28 6d 6f 64 65 20 35  29 0a 2a 20 32 36 2c 31  | (mode 5).* 26,1|
000017d0  42 2c 32 41 2c 30 20 20  20 20 20 20 20 20 20 20  |B,2A,0          |
000017e0  20 20 20 20 20 20 20 20  2a 20 4c 51 20 53 74 61  |        * LQ Sta|
000017f0  72 74 20 67 72 61 70 68  69 63 73 20 28 6d 6f 64  |rt graphics (mod|
00001800  65 20 30 29 0a 2a 20 32  36 2c 31 42 2c 35 39 20  |e 0).* 26,1B,59 |
00001810  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001820  20 20 20 2a 20 53 4d 20  53 74 61 72 74 20 67 72  |   * SM Start gr|
00001830  61 70 68 69 63 73 0a 2a  20 32 37 20 20 20 20 20  |aphics.* 27     |
00001840  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001850  20 20 20 20 20 2a 20 20  20 20 52 65 73 65 72 76  |     *    Reserv|
00001860  65 64 0a 32 38 2c 20 20  31 32 2c 31 42 2c 35 37  |ed.28,  12,1B,57|
00001870  2c 30 2c 31 42 2c 35 30  20 20 20 20 20 20 20 20  |,0,1B,50        |
00001880  20 2a 20 20 20 20 44 72  61 66 74 20 50 69 63 61  | *    Draft Pica|
00001890  20 20 20 20 20 20 28 31  30 20 20 20 63 70 69 29  |      (10   cpi)|
000018a0  0a 2a 20 32 39 20 20 20  20 20 20 20 20 20 20 20  |.* 29           |
000018b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000018c0  20 20 20 20 4e 4c 51 20  20 20 50 69 63 61 20 20  |    NLQ   Pica  |
000018d0  20 20 20 20 28 31 30 20  20 20 63 70 69 29 0a 32  |    (10   cpi).2|
000018e0  41 2c 20 20 31 32 2c 31  42 2c 35 37 2c 30 2c 31  |A,  12,1B,57,0,1|
000018f0  42 2c 34 44 20 20 20 20  20 20 20 20 20 2a 20 20  |B,4D         *  |
00001900  20 20 44 72 61 66 74 20  45 6c 69 74 65 20 20 20  |  Draft Elite   |
00001910  20 20 28 31 32 20 20 20  63 70 69 29 0a 2a 20 32  |  (12   cpi).* 2|
00001920  42 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |B               |
00001930  20 20 20 20 20 20 20 20  20 20 20 2a 20 20 20 20  |           *    |
00001940  4e 4c 51 20 20 20 45 6c  69 74 65 20 20 20 20 20  |NLQ   Elite     |
00001950  28 31 32 20 20 20 63 70  69 29 0a 32 43 2c 20 20  |(12   cpi).2C,  |
00001960  31 42 2c 35 37 2c 30 2c  31 42 2c 35 30 2c 46 20  |1B,57,0,1B,50,F |
00001970  20 20 20 20 20 20 20 20  20 2a 20 20 20 20 44 72  |         *    Dr|
00001980  61 66 74 20 43 6f 6e 64  65 6e 73 65 64 20 28 31  |aft Condensed (1|
00001990  37 2e 32 20 63 70 69 29  0a 2a 20 32 44 20 20 20  |7.2 cpi).* 2D   |
000019a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000019b0  20 20 20 20 20 20 20 2a  20 20 20 20 4e 4c 51 20  |       *    NLQ |
000019c0  20 20 43 6f 6e 64 65 6e  73 65 64 20 28 31 37 2e  |  Condensed (17.|
000019d0  32 20 63 70 69 29 0a 32  45 2c 20 20 31 32 2c 31  |2 cpi).2E,  12,1|
000019e0  42 2c 34 44 2c 31 42 2c  35 37 2c 31 20 20 20 20  |B,4D,1B,57,1    |
000019f0  20 20 20 20 20 2a 20 20  20 20 44 72 61 66 74 20  |     *    Draft |
00001a00  45 78 70 61 6e 64 65 64  20 20 28 20 36 20 20 20  |Expanded  ( 6   |
00001a10  63 70 69 29 0a 2a 20 32  46 20 20 20 20 20 20 20  |cpi).* 2F       |
00001a20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001a30  20 20 20 2a 20 20 20 20  4e 4c 51 20 20 20 45 78  |   *    NLQ   Ex|
00001a40  70 61 6e 64 65 64 20 20  28 20 36 20 20 20 63 70  |panded  ( 6   cp|
00001a50  69 29 0a 2a 20 32 38 2c  31 42 2c 37 38 2c 30 2c  |i).* 28,1B,78,0,|
00001a60  31 32 2c 31 42 2c 35 37  2c 30 2c 31 42 2c 35 30  |12,1B,57,0,1B,50|
00001a70  20 2a 20 4c 58 20 44 72  61 66 74 20 50 69 63 61  | * LX Draft Pica|
00001a80  20 20 20 20 20 20 28 31  30 20 20 20 63 70 69 29  |      (10   cpi)|
00001a90  0a 2a 20 32 39 2c 31 32  2c 31 42 2c 35 37 2c 30  |.* 29,12,1B,57,0|
00001aa0  2c 31 42 2c 35 30 2c 31  42 2c 37 38 2c 31 20 2a  |,1B,50,1B,78,1 *|
00001ab0  20 4c 58 20 4e 4c 51 20  20 20 50 69 63 61 20 20  | LX NLQ   Pica  |
00001ac0  20 20 20 20 28 31 30 20  20 20 63 70 69 29 0a 2a  |    (10   cpi).*|
00001ad0  20 32 41 2c 31 42 2c 37  38 2c 30 2c 31 32 2c 31  | 2A,1B,78,0,12,1|
00001ae0  42 2c 35 37 2c 30 2c 31  42 2c 34 44 20 2a 20 4c  |B,57,0,1B,4D * L|
00001af0  58 20 44 72 61 66 74 20  45 6c 69 74 65 20 20 20  |X Draft Elite   |
00001b00  20 20 28 31 32 20 20 20  63 70 69 29 0a 2a 20 32  |  (12   cpi).* 2|
00001b10  42 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |B               |
00001b20  20 20 20 20 20 20 20 20  20 20 20 2a 20 4c 58 20  |           * LX |
00001b30  4e 4c 51 20 20 20 45 6c  69 74 65 20 20 20 20 20  |NLQ   Elite     |
00001b40  28 31 32 20 20 20 63 70  69 29 0a 2a 20 32 43 2c  |(12   cpi).* 2C,|
00001b50  31 42 2c 37 38 2c 30 2c  31 42 2c 35 37 2c 30 2c  |1B,78,0,1B,57,0,|
00001b60  31 42 2c 35 30 2c 46 20  20 2a 20 4c 58 20 44 72  |1B,50,F  * LX Dr|
00001b70  61 66 74 20 43 6f 6e 64  65 6e 73 65 64 20 28 31  |aft Condensed (1|
00001b80  37 2e 32 20 63 70 69 29  0a 2a 20 32 44 20 20 20  |7.2 cpi).* 2D   |
00001b90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001ba0  20 20 20 20 20 20 20 2a  20 4c 58 20 4e 4c 51 20  |       * LX NLQ |
00001bb0  20 20 43 6f 6e 64 65 6e  73 65 64 20 28 31 37 2e  |  Condensed (17.|
00001bc0  32 20 63 70 69 29 0a 2a  20 32 45 2c 31 42 2c 37  |2 cpi).* 2E,1B,7|
00001bd0  38 2c 30 2c 31 32 2c 31  42 2c 34 44 2c 31 42 2c  |8,0,12,1B,4D,1B,|
00001be0  35 37 2c 31 20 2a 20 4c  58 20 44 72 61 66 74 20  |57,1 * LX Draft |
00001bf0  45 78 70 61 6e 64 65 64  20 20 28 20 36 20 20 20  |Expanded  ( 6   |
00001c00  63 70 69 29 0a 2a 20 32  46 20 20 20 20 20 20 20  |cpi).* 2F       |
00001c10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001c20  20 20 20 2a 20 4c 58 20  4e 4c 51 20 20 20 45 78  |   * LX NLQ   Ex|
00001c30  70 61 6e 64 65 64 20 20  28 20 36 20 20 20 63 70  |panded  ( 6   cp|
00001c40  69 29 0a 2a 20 32 38 2c  31 42 2c 37 38 2c 30 2c  |i).* 28,1B,78,0,|
00001c50  31 32 2c 31 42 2c 35 37  2c 30 2c 31 42 2c 35 30  |12,1B,57,0,1B,50|
00001c60  20 2a 20 4c 51 20 44 72  61 66 74 20 50 69 63 61  | * LQ Draft Pica|
00001c70  20 20 20 20 20 20 28 31  30 20 20 20 63 70 69 29  |      (10   cpi)|
00001c80  0a 2a 20 32 39 2c 31 32  2c 31 42 2c 35 37 2c 30  |.* 29,12,1B,57,0|
00001c90  2c 31 42 2c 35 30 2c 31  42 2c 37 38 2c 31 20 2a  |,1B,50,1B,78,1 *|
00001ca0  20 4c 51 20 4e 4c 51 20  20 20 50 69 63 61 20 20  | LQ NLQ   Pica  |
00001cb0  20 20 20 20 28 31 30 20  20 20 63 70 69 29 0a 2a  |    (10   cpi).*|
00001cc0  20 32 41 2c 31 42 2c 37  38 2c 30 2c 31 32 2c 31  | 2A,1B,78,0,12,1|
00001cd0  42 2c 35 37 2c 30 2c 31  42 2c 34 44 20 2a 20 4c  |B,57,0,1B,4D * L|
00001ce0  51 20 44 72 61 66 74 20  45 6c 69 74 65 20 20 20  |Q Draft Elite   |
00001cf0  20 20 28 31 32 20 20 20  63 70 69 29 0a 2a 20 32  |  (12   cpi).* 2|
00001d00  42 2c 31 32 2c 31 42 2c  35 37 2c 30 2c 31 42 2c  |B,12,1B,57,0,1B,|
00001d10  34 44 2c 31 42 2c 37 38  2c 31 20 2a 20 4c 51 20  |4D,1B,78,1 * LQ |
00001d20  4e 4c 51 20 20 20 45 6c  69 74 65 20 20 20 20 20  |NLQ   Elite     |
00001d30  28 31 32 20 20 20 63 70  69 29 0a 2a 20 32 43 2c  |(12   cpi).* 2C,|
00001d40  31 42 2c 37 38 2c 30 2c  31 42 2c 35 37 2c 30 2c  |1B,78,0,1B,57,0,|
00001d50  31 42 2c 35 30 2c 46 20  20 2a 20 4c 51 20 44 72  |1B,50,F  * LQ Dr|
00001d60  61 66 74 20 43 6f 6e 64  65 6e 73 65 64 20 28 31  |aft Condensed (1|
00001d70  37 2e 32 20 63 70 69 29  0a 2a 20 32 44 2c 31 42  |7.2 cpi).* 2D,1B|
00001d80  2c 35 37 2c 30 2c 31 42  2c 35 30 2c 46 2c 31 42  |,57,0,1B,50,F,1B|
00001d90  2c 37 38 2c 31 20 20 2a  20 4c 51 20 4e 4c 51 20  |,78,1  * LQ NLQ |
00001da0  20 20 43 6f 6e 64 65 6e  73 65 64 20 28 31 37 2e  |  Condensed (17.|
00001db0  32 20 63 70 69 29 0a 2a  20 32 45 2c 31 42 2c 37  |2 cpi).* 2E,1B,7|
00001dc0  38 2c 30 2c 31 32 2c 31  42 2c 34 44 2c 31 42 2c  |8,0,12,1B,4D,1B,|
00001dd0  35 37 2c 31 20 2a 20 4c  51 20 44 72 61 66 74 20  |57,1 * LQ Draft |
00001de0  45 78 70 61 6e 64 65 64  20 20 28 20 36 20 20 20  |Expanded  ( 6   |
00001df0  63 70 69 29 0a 2a 20 32  46 2c 31 32 2c 31 42 2c  |cpi).* 2F,12,1B,|
00001e00  34 44 2c 31 42 2c 35 37  2c 31 2c 31 42 2c 37 38  |4D,1B,57,1,1B,78|
00001e10  2c 31 20 2a 20 4c 51 20  4e 4c 51 20 20 20 45 78  |,1 * LQ NLQ   Ex|
00001e20  70 61 6e 64 65 64 20 20  28 20 36 20 20 20 63 70  |panded  ( 6   cp|
00001e30  69 29 0a 2a 20 33 30 2c  31 42 2c 37 32 2c 30 20  |i).* 30,1B,72,0 |
00001e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001e50  20 2a 20 4a 58 20 42 6c  61 63 6b 20 20 20 69 6e  | * JX Black   in|
00001e60  6b 0a 2a 20 33 31 2c 31  42 2c 37 32 2c 31 20 20  |k.* 31,1B,72,1  |
00001e70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001e80  2a 20 4a 58 20 4d 61 67  65 6e 74 61 20 69 6e 6b  |* JX Magenta ink|
00001e90  0a 2a 20 33 32 2c 31 42  2c 37 32 2c 32 20 20 20  |.* 32,1B,72,2   |
00001ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001eb0  20 4a 58 20 43 79 61 6e  20 20 20 20 69 6e 6b 0a  | JX Cyan    ink.|
00001ec0  2a 20 33 33 2c 31 42 2c  37 32 2c 34 20 20 20 20  |* 33,1B,72,4    |
00001ed0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001ee0  4a 58 20 59 65 6c 6c 6f  77 20 20 69 6e 6b 0a 30  |JX Yellow  ink.0|
00001ef0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f00  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
00001f10  20 20 4e 55 4c 4c 20 74  65 72 6d 69 6e 61 74 69  |  NULL terminati|
00001f20  6f 6e 20 62 79 74 65 0a  0a 0a 2a 20 20 20 20 54  |on byte...*    T|
00001f30  72 61 6e 73 6c 61 74 69  6f 6e 20 54 61 62 6c 65  |ranslation Table|
00001f40  20 28 45 70 73 6f 6e 20  50 72 69 6e 74 65 72 73  | (Epson Printers|
00001f50  29 0a 2a 20 20 20 20 3d  3d 3d 3d 3d 3d 3d 3d 3d  |).*    =========|
00001f60  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00001f70  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 2a 0a 2a 20 20 20  |=========.*.*   |
00001f80  20 54 68 69 73 20 74 61  62 6c 65 20 69 73 20 75  | This table is u|
00001f90  73 65 64 20 74 6f 20 74  72 61 6e 73 6c 61 74 65  |sed to translate|
00001fa0  20 74 68 65 20 41 72 63  68 69 6d 65 64 65 73 0a  | the Archimedes.|
00001fb0  2a 20 20 20 20 63 68 61  72 61 63 74 65 72 20 63  |*    character c|
00001fc0  6f 64 65 73 20 66 6f 72  20 6f 75 74 70 75 74 20  |odes for output |
00001fd0  74 6f 20 74 68 65 20 70  72 69 6e 74 65 72 2e 0a  |to the printer..|
00001fe0  2a 0a 2a 20 20 20 20 45  61 63 68 20 65 6e 74 72  |*.*    Each entr|
00001ff0  79 20 63 6f 6e 73 69 73  74 73 20 6f 66 3a 0a 2a  |y consists of:.*|
00002000  0a 2a 20 20 20 20 28 31  29 20 20 41 72 63 68 69  |.*    (1)  Archi|
00002010  6d 65 64 65 73 20 63 68  61 72 61 63 74 65 72 20  |medes character |
00002020  63 6f 64 65 20 28 74 68  65 73 65 20 6d 75 73 74  |code (these must|
00002030  20 62 65 20 69 6e 20 6f  72 64 65 72 29 0a 2a 20  | be in order).* |
00002040  20 20 20 28 32 29 20 20  54 68 65 20 28 70 6f 73  |   (2)  The (pos|
00002050  73 69 62 6c 79 20 6e 75  6c 6c 29 20 62 79 74 65  |sibly null) byte|
00002060  20 73 74 72 69 6e 67 20  74 6f 20 62 65 20 6f 75  | string to be ou|
00002070  74 70 75 74 0a 2a 0a 2a  20 20 20 20 41 72 63 68  |tput.*.*    Arch|
00002080  69 6d 65 64 65 73 20 63  68 61 72 61 63 74 65 72  |imedes character|
00002090  20 63 6f 64 65 73 20 77  69 74 68 20 61 20 4e 55  | codes with a NU|
000020a0  4c 4c 20 74 72 61 6e 73  6c 61 74 69 6f 6e 0a 2a  |LL translation.*|
000020b0  20 20 20 20 73 74 72 69  6e 67 20 61 72 65 20 70  |    string are p|
000020c0  72 69 6e 74 65 64 20 61  73 20 73 70 61 63 65 73  |rinted as spaces|
000020d0  2e 0a 2a 0a 2a 20 20 20  20 41 72 63 68 69 6d 65  |..*.*    Archime|
000020e0  64 65 73 20 63 68 61 72  61 63 74 65 72 20 63 6f  |des character co|
000020f0  64 65 73 20 4e 4f 54 20  69 6e 20 74 68 65 20 74  |des NOT in the t|
00002100  61 62 6c 65 20 61 72 65  20 73 65 6e 74 0a 2a 20  |able are sent.* |
00002110  20 20 20 64 69 72 65 63  74 6c 79 20 74 6f 20 74  |   directly to t|
00002120  68 65 20 70 72 69 6e 74  65 72 20 77 69 74 68 6f  |he printer witho|
00002130  75 74 20 74 72 61 6e 73  6c 61 74 69 6f 6e 2e 0a  |ut translation..|
00002140  0a 41 30 0a 41 31 2c 20  31 42 2c 20 35 32 2c 20  |.A0.A1, 1B, 52, |
00002150  37 2c 20 35 42 2c 20 31  42 2c 20 35 32 2c 20 30  |7, 5B, 1B, 52, 0|
00002160  20 20 2a 20 a1 20 2d 20  53 70 61 6e 69 73 68 0a  |  * . - Spanish.|
00002170  41 32 2c 20 31 42 2c 20  35 32 2c 20 34 2c 20 37  |A2, 1B, 52, 4, 7|
00002180  43 2c 20 31 42 2c 20 35  32 2c 20 30 20 20 2a 20  |C, 1B, 52, 0  * |
00002190  a2 20 2d 20 44 61 6e 69  73 68 20 31 0a 41 33 2c  |. - Danish 1.A3,|
000021a0  20 31 42 2c 20 35 32 2c  20 33 2c 20 32 33 2c 20  | 1B, 52, 3, 23, |
000021b0  31 42 2c 20 35 32 2c 20  30 20 20 2a 20 a3 20 2d  |1B, 52, 0  * . -|
000021c0  20 55 4b 0a 41 34 0a 41  35 2c 20 31 42 2c 20 35  | UK.A4.A5, 1B, 5|
000021d0  32 2c 20 34 2c 20 35 43  2c 20 31 42 2c 20 35 32  |2, 4, 5C, 1B, 52|
000021e0  2c 20 30 20 20 2a 20 a5  20 2d 20 44 61 6e 69 73  |, 0  * . - Danis|
000021f0  68 20 31 0a 41 36 0a 41  37 20 20 20 20 20 20 20  |h 1.A6.A7       |
00002200  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002210  20 20 20 20 20 2a 20 a7  20 2d 20 4e 2f 41 0a 41  |     * . - N/A.A|
00002220  38 2c 20 31 42 2c 20 35  32 2c 20 31 2c 20 37 45  |8, 1B, 52, 1, 7E|
00002230  2c 20 31 42 2c 20 35 32  2c 20 30 20 20 2a 20 a8  |, 1B, 52, 0  * .|
00002240  20 2d 20 46 72 65 6e 63  68 0a 41 39 20 20 20 20  | - French.A9    |
00002250  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002260  20 20 20 20 20 20 20 20  2a 20 a9 20 2d 20 4e 2f  |        * . - N/|
00002270  41 0a 41 41 2c 20 36 31  2c 20 38 2c 20 35 46 20  |A.AA, 61, 8, 5F |
00002280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002290  2a 20 aa 20 2d 20 61 20  42 53 20 5f 0a 41 42 20  |* . - a BS _.AB |
000022a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000022b0  20 20 20 20 20 20 20 20  20 20 20 2a 20 ab 20 2d  |           * . -|
000022c0  20 4e 2f 41 0a 41 43 20  20 20 20 20 20 20 20 20  | N/A.AC         |
000022d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000022e0  20 20 20 2a 20 ac 20 2d  20 4e 2f 41 0a 41 44 0a  |   * . - N/A.AD.|
000022f0  41 45 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |AE              |
00002300  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00002310  ae 20 2d 20 4e 2f 41 0a  41 46 0a 42 30 2c 20 31  |. - N/A.AF.B0, 1|
00002320  42 2c 20 35 32 2c 20 31  2c 20 35 42 2c 20 31 42  |B, 52, 1, 5B, 1B|
00002330  2c 20 35 32 2c 20 30 20  20 2a 20 b0 20 2d 20 46  |, 52, 0  * . - F|
00002340  72 65 6e 63 68 0a 42 31  2c 20 32 42 2c 20 38 2c  |rench.B1, 2B, 8,|
00002350  20 35 46 20 20 20 20 20  20 20 20 20 20 20 20 20  | 5F             |
00002360  20 20 20 20 2a 20 b1 20  2d 20 2b 20 42 53 20 5f  |    * . - + BS _|
00002370  0a 42 32 20 20 20 20 20  20 20 20 20 20 20 20 20  |.B2             |
00002380  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00002390  20 b2 20 2d 20 4e 2f 41  0a 42 33 20 20 20 20 20  | . - N/A.B3     |
000023a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000023b0  20 20 20 20 20 20 20 2a  20 b3 20 2d 20 4e 2f 41  |       * . - N/A|
000023c0  0a 42 34 20 20 20 20 20  20 20 20 20 20 20 20 20  |.B4             |
000023d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000023e0  20 b4 20 2d 20 4e 2f 41  0a 42 35 20 20 20 20 20  | . - N/A.B5     |
000023f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002400  20 20 20 20 20 20 20 2a  20 b5 20 2d 20 4e 2f 41  |       * . - N/A|
00002410  0a 42 36 20 20 20 20 20  20 20 20 20 20 20 20 20  |.B6             |
00002420  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00002430  20 b6 20 2d 20 4e 2f 41  0a 42 37 0a 42 38 0a 42  | . - N/A.B7.B8.B|
00002440  39 0a 42 41 2c 20 36 46  2c 20 38 2c 20 35 46 20  |9.BA, 6F, 8, 5F |
00002450  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002460  2a 20 ba 20 2d 20 6f 20  42 53 20 5f 0a 42 42 20  |* . - o BS _.BB |
00002470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002480  20 20 20 20 20 20 20 20  20 20 20 2a 20 bb 20 2d  |           * . -|
00002490  20 4e 2f 41 0a 42 43 20  20 20 20 20 20 20 20 20  | N/A.BC         |
000024a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000024b0  20 20 20 2a 20 bc 20 2d  20 4e 2f 41 0a 42 44 20  |   * . - N/A.BD |
000024c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000024d0  20 20 20 20 20 20 20 20  20 20 20 2a 20 bd 20 2d  |           * . -|
000024e0  20 4e 2f 41 0a 42 45 0a  42 46 2c 20 31 42 2c 20  | N/A.BE.BF, 1B, |
000024f0  35 32 2c 20 37 2c 20 35  44 2c 20 31 42 2c 20 35  |52, 7, 5D, 1B, 5|
00002500  32 2c 20 30 20 20 2a 20  bf 20 2d 20 53 70 61 6e  |2, 0  * . - Span|
00002510  69 73 68 0a 43 30 20 20  20 20 20 20 20 20 20 20  |ish.C0          |
00002520  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002530  20 20 2a 20 c0 20 2d 20  4e 2f 41 0a 43 31 0a 43  |  * . - N/A.C1.C|
00002540  32 0a 43 33 20 20 20 20  20 20 20 20 20 20 20 20  |2.C3            |
00002550  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002560  2a 20 c3 20 2d 20 4e 2f  41 0a 43 34 2c 20 31 42  |* . - N/A.C4, 1B|
00002570  2c 20 35 32 2c 20 32 2c  20 35 42 2c 20 31 42 2c  |, 52, 2, 5B, 1B,|
00002580  20 35 32 2c 20 30 20 20  2a 20 c4 20 2d 20 47 65  | 52, 0  * . - Ge|
00002590  72 6d 61 6e 0a 43 35 2c  20 31 42 2c 20 35 32 2c  |rman.C5, 1B, 52,|
000025a0  20 34 2c 20 35 44 2c 20  31 42 2c 20 35 32 2c 20  | 4, 5D, 1B, 52, |
000025b0  30 20 20 2a 20 c5 20 2d  20 44 61 6e 69 73 68 20  |0  * . - Danish |
000025c0  31 0a 43 36 2c 20 31 42  2c 20 35 32 2c 20 34 2c  |1.C6, 1B, 52, 4,|
000025d0  20 35 42 2c 20 31 42 2c  20 35 32 2c 20 30 20 20  | 5B, 1B, 52, 0  |
000025e0  2a 20 c6 20 2d 20 44 61  6e 69 73 68 20 31 0a 43  |* . - Danish 1.C|
000025f0  37 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |7               |
00002600  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 c7  |             * .|
00002610  20 2d 20 4e 2f 41 0a 43  38 0a 43 39 2c 20 31 42  | - N/A.C8.C9, 1B|
00002620  2c 20 35 32 2c 20 39 2c  20 34 30 2c 20 31 42 2c  |, 52, 9, 40, 1B,|
00002630  20 35 32 2c 20 30 20 20  2a 20 c9 20 2d 20 4e 6f  | 52, 0  * . - No|
00002640  72 77 65 67 69 61 6e 0a  43 41 0a 43 42 0a 43 43  |rwegian.CA.CB.CC|
00002650  0a 43 44 0a 43 45 0a 43  46 0a 44 30 0a 44 31 2c  |.CD.CE.CF.D0.D1,|
00002660  20 31 42 2c 20 35 32 2c  20 37 2c 20 35 43 2c 20  | 1B, 52, 7, 5C, |
00002670  31 42 2c 20 35 32 2c 20  30 20 20 2a 20 d1 20 2d  |1B, 52, 0  * . -|
00002680  20 53 70 61 6e 69 73 68  0a 44 32 0a 44 33 0a 44  | Spanish.D2.D3.D|
00002690  34 0a 44 35 20 20 20 20  20 20 20 20 20 20 20 20  |4.D5            |
000026a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000026b0  2a 20 d5 20 2d 20 4e 2f  41 0a 44 36 2c 20 31 42  |* . - N/A.D6, 1B|
000026c0  2c 20 35 32 2c 20 32 2c  20 35 43 2c 20 31 42 2c  |, 52, 2, 5C, 1B,|
000026d0  20 35 32 2c 20 30 20 20  2a 20 d6 20 2d 20 47 65  | 52, 0  * . - Ge|
000026e0  72 6d 61 6e 0a 44 37 0a  44 38 2c 20 31 42 2c 20  |rman.D7.D8, 1B, |
000026f0  35 32 2c 20 38 2c 20 35  43 2c 20 31 42 2c 20 35  |52, 8, 5C, 1B, 5|
00002700  32 2c 20 30 20 20 2a 20  d8 20 2d 20 4a 61 70 61  |2, 0  * . - Japa|
00002710  6e 65 73 65 0a 44 39 0a  44 41 0a 44 42 0a 44 43  |nese.D9.DA.DB.DC|
00002720  2c 20 31 42 2c 20 35 32  2c 20 32 2c 20 35 44 2c  |, 1B, 52, 2, 5D,|
00002730  20 31 42 2c 20 35 32 2c  20 30 20 20 2a 20 dc 20  | 1B, 52, 0  * . |
00002740  2d 20 47 65 72 6d 61 6e  0a 44 44 0a 44 45 0a 44  |- German.DD.DE.D|
00002750  46 0a 45 30 2c 20 31 42  2c 20 35 32 2c 20 31 2c  |F.E0, 1B, 52, 1,|
00002760  20 34 30 2c 20 31 42 2c  20 35 32 2c 20 30 20 20  | 40, 1B, 52, 0  |
00002770  2a 20 e0 20 2d 20 46 72  65 6e 63 68 0a 45 31 20  |* . - French.E1 |
00002780  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002790  20 20 20 20 20 20 20 20  20 20 20 2a 20 e1 20 2d  |           * . -|
000027a0  20 4e 2f 41 0a 45 32 2c  20 36 31 2c 20 38 2c 20  | N/A.E2, 61, 8, |
000027b0  35 45 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |5E              |
000027c0  20 20 20 2a 20 e2 20 2d  20 61 20 42 53 20 5e 0a  |   * . - a BS ^.|
000027d0  45 33 2c 20 36 31 2c 20  38 2c 20 37 45 20 20 20  |E3, 61, 8, 7E   |
000027e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
000027f0  e3 20 2d 20 61 20 42 53  20 7e 0a 45 34 2c 20 31  |. - a BS ~.E4, 1|
00002800  42 2c 20 35 32 2c 20 32  2c 20 37 42 2c 20 31 42  |B, 52, 2, 7B, 1B|
00002810  2c 20 35 32 2c 20 30 20  20 2a 20 e4 20 2d 20 47  |, 52, 0  * . - G|
00002820  65 72 6d 61 6e 0a 45 35  2c 20 31 42 2c 20 35 32  |erman.E5, 1B, 52|
00002830  2c 20 34 2c 20 37 44 2c  20 31 42 2c 20 35 32 2c  |, 4, 7D, 1B, 52,|
00002840  20 30 20 20 2a 20 e5 20  2d 20 44 61 6e 69 73 68  | 0  * . - Danish|
00002850  20 31 0a 45 36 2c 20 31  42 2c 20 35 32 2c 20 34  | 1.E6, 1B, 52, 4|
00002860  2c 20 37 42 2c 20 31 42  2c 20 35 32 2c 20 30 20  |, 7B, 1B, 52, 0 |
00002870  20 2a 20 e6 20 2d 20 44  61 6e 69 73 68 20 31 0a  | * . - Danish 1.|
00002880  45 37 2c 20 31 42 2c 20  35 32 2c 20 31 2c 20 35  |E7, 1B, 52, 1, 5|
00002890  43 2c 20 31 42 2c 20 35  32 2c 20 30 20 20 2a 20  |C, 1B, 52, 0  * |
000028a0  e7 20 2d 20 46 72 65 6e  63 68 0a 45 38 2c 20 31  |. - French.E8, 1|
000028b0  42 2c 20 35 32 2c 20 31  2c 20 37 44 2c 20 31 42  |B, 52, 1, 7D, 1B|
000028c0  2c 20 35 32 2c 20 30 20  20 2a 20 e8 20 2d 20 46  |, 52, 0  * . - F|
000028d0  72 65 6e 63 68 0a 45 39  2c 20 31 42 2c 20 35 32  |rench.E9, 1B, 52|
000028e0  2c 20 31 2c 20 37 42 2c  20 31 42 2c 20 35 32 2c  |, 1, 7B, 1B, 52,|
000028f0  20 30 20 20 2a 20 e9 20  2d 20 46 72 65 6e 63 68  | 0  * . - French|
00002900  0a 45 41 2c 20 36 35 2c  20 38 2c 20 35 45 20 20  |.EA, 65, 8, 5E  |
00002910  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00002920  20 ea 20 2d 20 65 20 42  53 20 5e 0a 45 42 2c 20  | . - e BS ^.EB, |
00002930  36 35 2c 20 38 2c 31 42  2c 35 32 2c 31 2c 37 45  |65, 8,1B,52,1,7E|
00002940  2c 31 42 2c 35 32 2c 30  20 20 2a 20 eb 20 2d 20  |,1B,52,0  * . - |
00002950  65 20 42 53 20 46 72 65  6e 63 68 20 a8 0a 45 43  |e BS French ..EC|
00002960  2c 20 31 42 2c 20 35 32  2c 20 36 2c 20 37 45 2c  |, 1B, 52, 6, 7E,|
00002970  20 31 42 2c 20 35 32 2c  20 30 20 20 2a 20 ec 20  | 1B, 52, 0  * . |
00002980  2d 20 49 74 61 6c 69 61  6e 0a 45 44 20 20 20 20  |- Italian.ED    |
00002990  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000029a0  20 20 20 20 20 20 20 20  2a 20 ed 20 2d 20 4e 2f  |        * . - N/|
000029b0  41 0a 45 45 20 20 20 20  20 20 20 20 20 20 20 20  |A.EE            |
000029c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000029d0  2a 20 ee 20 2d 20 4e 2f  41 0a 45 46 20 20 20 20  |* . - N/A.EF    |
000029e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000029f0  20 20 20 20 20 20 20 20  2a 20 ef 20 2d 20 4e 2f  |        * . - N/|
00002a00  41 0a 46 30 0a 46 31 2c  20 31 42 2c 20 35 32 2c  |A.F0.F1, 1B, 52,|
00002a10  20 37 2c 20 37 43 2c 20  31 42 2c 20 35 32 2c 20  | 7, 7C, 1B, 52, |
00002a20  30 20 20 2a 20 f1 20 2d  20 53 70 61 6e 69 73 68  |0  * . - Spanish|
00002a30  0a 46 32 2c 20 31 42 2c  20 35 32 2c 20 36 2c 20  |.F2, 1B, 52, 6, |
00002a40  37 43 2c 20 31 42 2c 20  35 32 2c 20 30 20 20 2a  |7C, 1B, 52, 0  *|
00002a50  20 f2 20 2d 20 49 74 61  6c 69 61 6e 0a 46 33 20  | . - Italian.F3 |
00002a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002a70  20 20 20 20 20 20 20 20  20 20 20 2a 20 f3 20 2d  |           * . -|
00002a80  20 4e 2f 41 0a 46 34 2c  20 36 46 2c 20 38 2c 20  | N/A.F4, 6F, 8, |
00002a90  35 45 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |5E              |
00002aa0  20 20 20 2a 20 f4 20 2d  20 6f 20 42 53 20 5e 0a  |   * . - o BS ^.|
00002ab0  46 35 2c 20 36 46 2c 20  38 2c 20 37 45 20 20 20  |F5, 6F, 8, 7E   |
00002ac0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00002ad0  f5 20 2d 20 6f 20 42 53  20 7e 0a 46 36 2c 20 31  |. - o BS ~.F6, 1|
00002ae0  42 2c 20 35 32 2c 20 32  2c 20 37 43 2c 20 31 42  |B, 52, 2, 7C, 1B|
00002af0  2c 20 35 32 2c 20 30 20  20 2a 20 f6 20 2d 20 47  |, 52, 0  * . - G|
00002b00  65 72 6d 61 6e 0a 46 37  20 20 20 20 20 20 20 20  |erman.F7        |
00002b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002b20  20 20 20 20 2a 20 f7 20  2d 20 4e 2f 41 0a 46 38  |    * . - N/A.F8|
00002b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002b40  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 f8 20  |            * . |
00002b50  2d 20 4e 2f 41 0a 46 39  2c 20 31 42 2c 20 35 32  |- N/A.F9, 1B, 52|
00002b60  2c 20 31 2c 20 37 43 2c  20 31 42 2c 20 35 32 2c  |, 1, 7C, 1B, 52,|
00002b70  20 30 20 20 2a 20 f9 20  2d 20 46 72 65 6e 63 68  | 0  * . - French|
00002b80  0a 46 41 20 20 20 20 20  20 20 20 20 20 20 20 20  |.FA             |
00002b90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00002ba0  20 fa 20 2d 20 4e 2f 41  0a 46 42 2c 20 37 35 2c  | . - N/A.FB, 75,|
00002bb0  20 38 2c 20 35 45 20 20  20 20 20 20 20 20 20 20  | 8, 5E          |
00002bc0  20 20 20 20 20 20 20 2a  20 fb 20 2d 20 75 20 42  |       * . - u B|
00002bd0  53 20 5e 0a 46 43 2c 20  31 42 2c 20 35 32 2c 20  |S ^.FC, 1B, 52, |
00002be0  32 2c 20 37 44 2c 20 31  42 2c 20 35 32 2c 20 30  |2, 7D, 1B, 52, 0|
00002bf0  20 20 2a 20 fc 20 2d 20  47 65 72 6d 61 6e 0a 46  |  * . - German.F|
00002c00  44 0a 46 45 0a 46 46 2c  20 37 39 2c 20 38 2c 31  |D.FE.FF, 79, 8,1|
00002c10  42 2c 35 32 2c 31 2c 37  45 2c 31 42 2c 35 32 2c  |B,52,1,7E,1B,52,|
00002c20  30 20 20 2a 20 ff 20 2d  20 79 20 42 53 20 46 72  |0  * . - y BS Fr|
00002c30  65 6e 63 68 20 a8 0a 0a  0a 30 20 20 20 20 20 20  |ench ....0      |
00002c40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002c50  20 20 20 20 20 20 20 2a  20 4e 55 4c 4c 20 74 65  |       * NULL te|
00002c60  72 6d 69 6e 61 74 6f 72  0a 0a                    |rminator..|
00002c6a
1WP_Print/Sources/matrix.m0
1WP_Print/Sources/matrix.m1
1WP_Print/Sources/matrix.m2
1WP_Print/Sources/matrix.m4
1WP_Print/Sources/matrix.m5