Home » Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1st_Word_Plus_Utils.adf » 1WP_Print/Sources/daisy

1WP_Print/Sources/daisy

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 » Greaseweazled » adfs_1st_Word_Plus_Utils.adf
Filename: 1WP_Print/Sources/daisy
Read OK:
File size: 2212 bytes
Load address: FFFFFF41
Exec address: E94D12F9
Duplicates

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

File contents
*    0060.25 GST 291/0.01
*
*****************************************************************
*                                                               *
*                                                               *
*                                                               *
*                DAISYWHEEL 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:
*
*    Diablo series daisywheel
*    Qume Sprint series daisywheel
*    Brother HR-25/35 daisywheel
*    Juki 6100 series daisywheel


Diablo series daisywheel


*    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


1, C, 8, 28, 1, 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.


0, 1B, 1F, 81                 * Character width (set HMI to n-1)
1,  A                         * Line feed only
2, 1B, 35                     * Forward print
3, 1B, 36                     * Reverse print
4, 1B,  B, 81                 * Vertical tab (set VMI to n-1)
* 5                           * Absolute horizontal tab 
* 6                           * Draft bold on
* 7                           * Draft bold off
* 8                           * NLQ bold on
* 9                           * NLQ bold off
* A                           * Draft italic on
* B                           * Draft italic off
* C                           * NLQ italic on
* D                           * NLQ italic off
* E,  1B, 41                  * BROTHER: Draft light on  (color ribbon)
* F,  1B, 42                  * BROTHER: Draft light off (black ribbon)
* 10                          * NLQ light on
* 11                          * NLQ light off
12, 1B, 44                    * Draft superscript on
13, 1B, 55                    * Draft superscript off
* 14                          * NLQ superscript on
* 15                          * NLQ superscript off
16, 1B, 55                    * Draft subscript on
17, 1B, 44                    * Draft subscript off
* 18                          * NLQ subscript on
* 19                          * NLQ subscript off
* 1A                          * Draft underline on
* 1B                          * Draft underline off
* 1C                          * NLQ underline on
* 1D                          * NLQ underline off
1E,  C                        * Formfeed
1F, 1B, 1F, 81, 1B, 35,  D    * Horizontal initialization
20,  D, 1B, 1E, 81            * Vertical initialization
21,  D, 1B,  D, 50            * Termination: printer reset
* 21,  D, 1B, 1A, 49          * QUME: Termination: printer reset
* 21,  D                      * JUKI: No reset - it upsets Jukis! 
* 22                          * Backspace
* 23                          * Carriage Return
* 24                          * Form length in lines
* 25                          * Set line feed to N units
* 26                          * Start graphics (mode 0)
* 27                          * Reserved
28,  C                        * Draft Pica      (10   cpi)
* 29                          * NLQ   Pica      (10   cpi)
2A,  A                        * Draft Elite     (12   cpi)
* 2B                          * NLQ   Elite     (12   cpi)
2C,  7                        * Draft Condensed (17.2 cpi)
* 2D                          * NLQ   Condensed (17.2 cpi)
2E, 14                        * Draft Expanded  ( 6   cpi)
* 2F                          * NLQ   Expanded  ( 6   cpi)
* 30                          * Black   ink
* 31                          * Magenta ink
* 32                          * Cyan    ink
* 33                          * Yellow  ink
0                             * NULL termination byte


*    Translation Table
*    =================
*
*    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.
*
*    Set for a standard USA ASCII daisywheel.
*    No codes assigned to printing positions 20 and 7F hex.


* 23                * # - disabled for UK ASCII
A0
A1                  * � - N/A
A2                  * � - N/A
A3                  * � - N/A
* A3, 23            * � - replaces # for UK ASCII
A4
A5, 4F,  8, 2F      * �
A6
A7                  * � - N/A
A8                  * � - N/A
A9                  * � - N/A
AA, 61,  8, 5F      * �
AB                  * � - N/A
AC                  * � - N/A
AD
AE                  * � - N/A
AF
B0                  * � - N/A
B1, 2B,  8, 5F      * �
B2                  * � - N/A
B3                  * � - N/A
B4                  * � - N/A
B5                  * � - N/A
B6                  * � - N/A
B7
B8
B9
BA, 6F,  8, 5F      * �
BB                  * � - N/A
BC                  * � - N/A
BD                  * � - N/A
BE
BF                  * � - N/A
C0                  * � - N/A
C1
C2
C3                  * � - N/A
C4                  * � - N/A
C5                  * � - N/A
C6                  * � - N/A
C7                  * � - N/A
C8
C9                  * � - N/A
CA
CB
CC
CD
CE
CF
D0
D1                  * � - N/A
D2
D3
D4
D5                  * � - N/A
D6                  * � - N/A
D7
D8, 59,  8, 2D      * �
D9
DA
DB
DC                  * � - N/A
DD
DE
DF
E0, 61,  8, 60      * �
E1                  * � - N/A
E2, 61,  8, 5E      * �
E3, 61,  8, 7E      * �
E4                  * � - N/A
E5                  * � - N/A
E6                  * � - N/A
E7                  * � - N/A
E8, 65,  8, 60      * �
E9                  * � - N/A
EA, 65,  8, 5E      * �
EB                  * � - N/A
EC                  * � - N/A
ED                  * � - N/A
EE                  * � - N/A
EF                  * � - N/A
F0
F1, 6E,  8, 7E      * �
F2, 6F,  8, 60      * � - N/A
F3                  * � - N/A
F4, 6F,  8, 5E      * � - N/A
F5, 6F,  8, 7E      * �
F6                  * � - N/A
F7                  * � - N/A
F8                  * � - N/A
F9, 75,  8, 60      * � - N/A
FA                  * � - N/A
FB, 75,  8, 5E      * � - N/A
FC                  * � - N/A
FD
FE
FF                  * � - N/A


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 31 2f 30 2e 30  31 0a 2a 0a 2a 2a 2a 2a  | 291/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 44 41 49  53 59 57 48 45 45 4c 20  |     DAISYWHEEL |
00000140  50 52 49 4e 54 45 52 20  43 4f 4e 46 49 47 55 52  |PRINTER CONFIGUR|
00000150  41 54 49 4f 4e 20 20 20  20 20 20 20 20 20 20 20  |ATION           |
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 3d  3d 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 3d 3d 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 44 69 61 62  6c 6f 20 73 65 72 69 65  |    Diablo serie|
000007f0  73 20 64 61 69 73 79 77  68 65 65 6c 0a 2a 20 20  |s daisywheel.*  |
00000800  20 20 51 75 6d 65 20 53  70 72 69 6e 74 20 73 65  |  Qume Sprint se|
00000810  72 69 65 73 20 64 61 69  73 79 77 68 65 65 6c 0a  |ries daisywheel.|
00000820  2a 20 20 20 20 42 72 6f  74 68 65 72 20 48 52 2d  |*    Brother HR-|
00000830  32 35 2f 33 35 20 64 61  69 73 79 77 68 65 65 6c  |25/35 daisywheel|
00000840  0a 2a 20 20 20 20 4a 75  6b 69 20 36 31 30 30 20  |.*    Juki 6100 |
00000850  73 65 72 69 65 73 20 64  61 69 73 79 77 68 65 65  |series daisywhee|
00000860  6c 0a 0a 0a 44 69 61 62  6c 6f 20 73 65 72 69 65  |l...Diablo serie|
00000870  73 20 64 61 69 73 79 77  68 65 65 6c 0a 0a 0a 2a  |s daisywheel...*|
00000880  20 20 20 20 43 6f 6e 66  69 67 75 72 61 74 69 6f  |    Configuratio|
00000890  6e 20 76 61 72 69 61 62  6c 65 73 0a 2a 20 20 20  |n variables.*   |
000008a0  20 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  | ===============|
000008b0  3d 3d 3d 3d 3d 3d 3d 3d  0a 2a 0a 2a 20 20 20 20  |========.*.*    |
000008c0  54 68 65 73 65 20 73 69  78 20 76 61 72 69 61 62  |These six variab|
000008d0  6c 65 73 20 64 65 66 69  6e 65 20 63 65 72 74 61  |les define certa|
000008e0  69 6e 20 70 72 69 6e 74  65 72 0a 2a 20 20 20 20  |in printer.*    |
000008f0  63 6f 6e 66 69 67 75 72  61 74 69 6f 6e 20 64 65  |configuration de|
00000900  74 61 69 6c 73 20 72 65  71 75 69 72 65 64 20 62  |tails required b|
00000910  79 20 31 73 74 20 57 6f  72 64 20 50 6c 75 73 3a  |y 1st Word Plus:|
00000920  0a 2a 0a 2a 20 20 20 20  28 31 29 20 20 31 20 66  |.*.*    (1)  1 f|
00000930  6f 72 20 6d 69 63 72 6f  73 70 61 63 69 6e 67 20  |or microspacing |
00000940  64 61 69 73 79 77 68 65  65 6c 2c 20 65 6c 73 65  |daisywheel, else|
00000950  20 30 0a 2a 20 20 20 20  28 32 29 20 20 43 68 61  | 0.*    (2)  Cha|
00000960  72 61 63 74 65 72 20 77  69 64 74 68 20 69 6e 20  |racter width in |
00000970  70 72 69 6e 74 65 72 20  75 6e 69 74 73 20 28 64  |printer units (d|
00000980  61 69 73 79 29 0a 2a 20  20 20 20 28 33 29 20 20  |aisy).*    (3)  |
00000990  4c 69 6e 65 66 65 65 64  20 68 65 69 67 68 74 20  |Linefeed height |
000009a0  69 6e 20 70 72 69 6e 74  65 72 20 75 6e 69 74 73  |in printer units|
000009b0  0a 2a 20 20 20 20 28 34  29 20 20 4d 69 64 2d 63  |.*    (4)  Mid-c|
000009c0  61 72 72 69 61 67 65 20  28 64 61 69 73 79 29 20  |arriage (daisy) |
000009d0  70 69 78 65 6c 73 2f 69  6e 63 68 20 28 6d 61 74  |pixels/inch (mat|
000009e0  72 69 78 29 0a 2a 20 20  20 20 28 35 29 20 20 42  |rix).*    (5)  B|
000009f0  6f 6c 64 20 6f 66 66 73  65 74 20 69 6e 20 70 72  |old offset in pr|
00000a00  69 6e 74 65 72 20 75 6e  69 74 73 20 28 64 61 69  |inter units (dai|
00000a10  73 79 29 0a 2a 20 20 20  20 28 36 29 20 20 31 20  |sy).*    (6)  1 |
00000a20  74 6f 20 70 61 75 73 65  20 70 72 69 6e 74 69 6e  |to pause printin|
00000a30  67 20 62 65 74 77 65 65  6e 20 70 61 67 65 73 2c  |g between pages,|
00000a40  20 65 6c 73 65 20 30 0a  0a 0a 31 2c 20 43 2c 20  | else 0...1, C, |
00000a50  38 2c 20 32 38 2c 20 31  2c 20 30 0a 0a 0a 2a 20  |8, 28, 1, 0...* |
00000a60  20 20 20 50 72 69 6e 74  65 72 20 63 68 61 72 61  |   Printer chara|
00000a70  63 74 65 72 69 73 74 69  63 73 0a 2a 20 20 20 20  |cteristics.*    |
00000a80  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000a90  3d 3d 3d 3d 3d 3d 3d 0a  2a 0a 2a 20 20 20 20 54  |=======.*.*    T|
00000aa0  68 69 73 20 74 61 62 6c  65 20 64 65 66 69 6e 65  |his table define|
00000ab0  73 20 76 61 6c 75 65 73  20 74 6f 20 62 65 20 73  |s values to be s|
00000ac0  65 6e 74 20 74 6f 20 74  68 65 0a 2a 20 20 20 20  |ent to the.*    |
00000ad0  70 72 69 6e 74 65 72 20  62 79 20 31 73 74 20 57  |printer by 1st W|
00000ae0  6f 72 64 20 50 6c 75 73  20 74 6f 20 63 6f 6e 74  |ord Plus to cont|
00000af0  72 6f 6c 20 69 74 73 20  6f 70 65 72 61 74 69 6f  |rol its operatio|
00000b00  6e 2e 0a 2a 0a 2a 20 20  20 20 41 6e 20 65 6e 74  |n..*.*    An ent|
00000b10  72 79 20 63 6f 6e 73 69  73 74 73 20 6f 66 3a 0a  |ry consists of:.|
00000b20  2a 0a 2a 20 20 20 20 28  31 29 20 20 46 75 6e 63  |*.*    (1)  Func|
00000b30  74 69 6f 6e 20 6e 75 6d  62 65 72 20 28 74 68 65  |tion number (the|
00000b40  73 65 20 6d 75 73 74 20  62 65 20 6b 65 70 74 20  |se must be kept |
00000b50  69 6e 20 6f 72 64 65 72  29 0a 2a 20 20 20 20 28  |in order).*    (|
00000b60  32 29 20 20 43 6f 6d 6d  61 6e 64 20 62 79 74 65  |2)  Command byte|
00000b70  73 20 28 68 65 78 20 63  6f 6d 6d 61 6e 64 73 20  |s (hex commands |
00000b80  61 6e 64 20 70 6c 61 63  65 68 6f 6c 64 65 72 73  |and placeholders|
00000b90  29 0a 2a 0a 2a 20 20 20  20 41 20 70 6c 61 63 65  |).*.*    A place|
00000ba0  68 6f 6c 64 65 72 20 68  61 73 20 74 68 65 20 74  |holder has the t|
00000bb0  6f 70 20 62 69 74 20 73  65 74 20 61 6e 64 20 69  |op bit set and i|
00000bc0  73 20 73 75 62 73 74 69  74 75 74 65 64 0a 2a 20  |s substituted.* |
00000bd0  20 20 20 62 79 20 61 6e  20 61 63 74 75 61 6c 20  |   by an actual |
00000be0  76 61 6c 75 65 20 62 79  20 31 73 74 20 57 6f 72  |value by 1st Wor|
00000bf0  64 20 50 6c 75 73 20 77  68 65 6e 20 70 72 69 6e  |d Plus when prin|
00000c00  74 69 6e 67 2e 0a 2a 0a  2a 20 20 20 20 4c 69 6e  |ting..*.*    Lin|
00000c10  65 73 20 70 72 65 63 65  64 65 64 20 62 79 20 61  |es preceded by a|
00000c20  6e 20 61 73 74 65 72 69  73 6b 20 61 72 65 20 63  |n asterisk are c|
00000c30  6f 6d 6d 65 6e 74 65 64  20 6f 75 74 2e 0a 0a 0a  |ommented out....|
00000c40  30 2c 20 31 42 2c 20 31  46 2c 20 38 31 20 20 20  |0, 1B, 1F, 81   |
00000c50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000c60  43 68 61 72 61 63 74 65  72 20 77 69 64 74 68 20  |Character width |
00000c70  28 73 65 74 20 48 4d 49  20 74 6f 20 6e 2d 31 29  |(set HMI to n-1)|
00000c80  0a 31 2c 20 20 41 20 20  20 20 20 20 20 20 20 20  |.1,  A          |
00000c90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00000ca0  20 4c 69 6e 65 20 66 65  65 64 20 6f 6e 6c 79 0a  | Line feed only.|
00000cb0  32 2c 20 31 42 2c 20 33  35 20 20 20 20 20 20 20  |2, 1B, 35       |
00000cc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000cd0  46 6f 72 77 61 72 64 20  70 72 69 6e 74 0a 33 2c  |Forward print.3,|
00000ce0  20 31 42 2c 20 33 36 20  20 20 20 20 20 20 20 20  | 1B, 36         |
00000cf0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 52 65  |            * Re|
00000d00  76 65 72 73 65 20 70 72  69 6e 74 0a 34 2c 20 31  |verse print.4, 1|
00000d10  42 2c 20 20 42 2c 20 38  31 20 20 20 20 20 20 20  |B,  B, 81       |
00000d20  20 20 20 20 20 20 20 20  20 20 2a 20 56 65 72 74  |          * Vert|
00000d30  69 63 61 6c 20 74 61 62  20 28 73 65 74 20 56 4d  |ical tab (set VM|
00000d40  49 20 74 6f 20 6e 2d 31  29 0a 2a 20 35 20 20 20  |I to n-1).* 5   |
00000d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d60  20 20 20 20 20 20 20 20  2a 20 41 62 73 6f 6c 75  |        * Absolu|
00000d70  74 65 20 68 6f 72 69 7a  6f 6e 74 61 6c 20 74 61  |te horizontal ta|
00000d80  62 20 0a 2a 20 36 20 20  20 20 20 20 20 20 20 20  |b .* 6          |
00000d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000da0  20 2a 20 44 72 61 66 74  20 62 6f 6c 64 20 6f 6e  | * Draft bold on|
00000db0  0a 2a 20 37 20 20 20 20  20 20 20 20 20 20 20 20  |.* 7            |
00000dc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00000dd0  20 44 72 61 66 74 20 62  6f 6c 64 20 6f 66 66 0a  | Draft bold off.|
00000de0  2a 20 38 20 20 20 20 20  20 20 20 20 20 20 20 20  |* 8             |
00000df0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000e00  4e 4c 51 20 62 6f 6c 64  20 6f 6e 0a 2a 20 39 20  |NLQ bold on.* 9 |
00000e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e20  20 20 20 20 20 20 20 20  20 20 2a 20 4e 4c 51 20  |          * NLQ |
00000e30  62 6f 6c 64 20 6f 66 66  0a 2a 20 41 20 20 20 20  |bold off.* A    |
00000e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e50  20 20 20 20 20 20 20 2a  20 44 72 61 66 74 20 69  |       * Draft i|
00000e60  74 61 6c 69 63 20 6f 6e  0a 2a 20 42 20 20 20 20  |talic on.* B    |
00000e70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e80  20 20 20 20 20 20 20 2a  20 44 72 61 66 74 20 69  |       * Draft i|
00000e90  74 61 6c 69 63 20 6f 66  66 0a 2a 20 43 20 20 20  |talic off.* C   |
00000ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000eb0  20 20 20 20 20 20 20 20  2a 20 4e 4c 51 20 69 74  |        * NLQ it|
00000ec0  61 6c 69 63 20 6f 6e 0a  2a 20 44 20 20 20 20 20  |alic on.* D     |
00000ed0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ee0  20 20 20 20 20 20 2a 20  4e 4c 51 20 69 74 61 6c  |      * NLQ ital|
00000ef0  69 63 20 6f 66 66 0a 2a  20 45 2c 20 20 31 42 2c  |ic off.* E,  1B,|
00000f00  20 34 31 20 20 20 20 20  20 20 20 20 20 20 20 20  | 41             |
00000f10  20 20 20 20 20 2a 20 42  52 4f 54 48 45 52 3a 20  |     * BROTHER: |
00000f20  44 72 61 66 74 20 6c 69  67 68 74 20 6f 6e 20 20  |Draft light on  |
00000f30  28 63 6f 6c 6f 72 20 72  69 62 62 6f 6e 29 0a 2a  |(color ribbon).*|
00000f40  20 46 2c 20 20 31 42 2c  20 34 32 20 20 20 20 20  | F,  1B, 42     |
00000f50  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 42  |             * B|
00000f60  52 4f 54 48 45 52 3a 20  44 72 61 66 74 20 6c 69  |ROTHER: Draft li|
00000f70  67 68 74 20 6f 66 66 20  28 62 6c 61 63 6b 20 72  |ght off (black r|
00000f80  69 62 62 6f 6e 29 0a 2a  20 31 30 20 20 20 20 20  |ibbon).* 10     |
00000f90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000fa0  20 20 20 20 20 2a 20 4e  4c 51 20 6c 69 67 68 74  |     * NLQ light|
00000fb0  20 6f 6e 0a 2a 20 31 31  20 20 20 20 20 20 20 20  | on.* 11        |
00000fc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000fd0  20 20 2a 20 4e 4c 51 20  6c 69 67 68 74 20 6f 66  |  * NLQ light of|
00000fe0  66 0a 31 32 2c 20 31 42  2c 20 34 34 20 20 20 20  |f.12, 1B, 44    |
00000ff0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001000  2a 20 44 72 61 66 74 20  73 75 70 65 72 73 63 72  |* Draft superscr|
00001010  69 70 74 20 6f 6e 0a 31  33 2c 20 31 42 2c 20 35  |ipt on.13, 1B, 5|
00001020  35 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |5               |
00001030  20 20 20 20 20 2a 20 44  72 61 66 74 20 73 75 70  |     * Draft sup|
00001040  65 72 73 63 72 69 70 74  20 6f 66 66 0a 2a 20 31  |erscript off.* 1|
00001050  34 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |4               |
00001060  20 20 20 20 20 20 20 20  20 20 20 2a 20 4e 4c 51  |           * NLQ|
00001070  20 73 75 70 65 72 73 63  72 69 70 74 20 6f 6e 0a  | superscript on.|
00001080  2a 20 31 35 20 20 20 20  20 20 20 20 20 20 20 20  |* 15            |
00001090  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
000010a0  4e 4c 51 20 73 75 70 65  72 73 63 72 69 70 74 20  |NLQ superscript |
000010b0  6f 66 66 0a 31 36 2c 20  31 42 2c 20 35 35 20 20  |off.16, 1B, 55  |
000010c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000010d0  20 20 2a 20 44 72 61 66  74 20 73 75 62 73 63 72  |  * Draft subscr|
000010e0  69 70 74 20 6f 6e 0a 31  37 2c 20 31 42 2c 20 34  |ipt on.17, 1B, 4|
000010f0  34 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |4               |
00001100  20 20 20 20 20 2a 20 44  72 61 66 74 20 73 75 62  |     * Draft sub|
00001110  73 63 72 69 70 74 20 6f  66 66 0a 2a 20 31 38 20  |script off.* 18 |
00001120  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001130  20 20 20 20 20 20 20 20  20 2a 20 4e 4c 51 20 73  |         * NLQ s|
00001140  75 62 73 63 72 69 70 74  20 6f 6e 0a 2a 20 31 39  |ubscript on.* 19|
00001150  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001160  20 20 20 20 20 20 20 20  20 20 2a 20 4e 4c 51 20  |          * NLQ |
00001170  73 75 62 73 63 72 69 70  74 20 6f 66 66 0a 2a 20  |subscript off.* |
00001180  31 41 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |1A              |
00001190  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 44 72  |            * Dr|
000011a0  61 66 74 20 75 6e 64 65  72 6c 69 6e 65 20 6f 6e  |aft underline on|
000011b0  0a 2a 20 31 42 20 20 20  20 20 20 20 20 20 20 20  |.* 1B           |
000011c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000011d0  20 44 72 61 66 74 20 75  6e 64 65 72 6c 69 6e 65  | Draft underline|
000011e0  20 6f 66 66 0a 2a 20 31  43 20 20 20 20 20 20 20  | off.* 1C       |
000011f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001200  20 20 20 2a 20 4e 4c 51  20 75 6e 64 65 72 6c 69  |   * NLQ underli|
00001210  6e 65 20 6f 6e 0a 2a 20  31 44 20 20 20 20 20 20  |ne on.* 1D      |
00001220  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001230  20 20 20 20 2a 20 4e 4c  51 20 75 6e 64 65 72 6c  |    * NLQ underl|
00001240  69 6e 65 20 6f 66 66 0a  31 45 2c 20 20 43 20 20  |ine off.1E,  C  |
00001250  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001260  20 20 20 20 20 20 2a 20  46 6f 72 6d 66 65 65 64  |      * Formfeed|
00001270  0a 31 46 2c 20 31 42 2c  20 31 46 2c 20 38 31 2c  |.1F, 1B, 1F, 81,|
00001280  20 31 42 2c 20 33 35 2c  20 20 44 20 20 20 20 2a  | 1B, 35,  D    *|
00001290  20 48 6f 72 69 7a 6f 6e  74 61 6c 20 69 6e 69 74  | Horizontal init|
000012a0  69 61 6c 69 7a 61 74 69  6f 6e 0a 32 30 2c 20 20  |ialization.20,  |
000012b0  44 2c 20 31 42 2c 20 31  45 2c 20 38 31 20 20 20  |D, 1B, 1E, 81   |
000012c0  20 20 20 20 20 20 20 20  20 2a 20 56 65 72 74 69  |         * Verti|
000012d0  63 61 6c 20 69 6e 69 74  69 61 6c 69 7a 61 74 69  |cal initializati|
000012e0  6f 6e 0a 32 31 2c 20 20  44 2c 20 31 42 2c 20 20  |on.21,  D, 1B,  |
000012f0  44 2c 20 35 30 20 20 20  20 20 20 20 20 20 20 20  |D, 50           |
00001300  20 2a 20 54 65 72 6d 69  6e 61 74 69 6f 6e 3a 20  | * Termination: |
00001310  70 72 69 6e 74 65 72 20  72 65 73 65 74 0a 2a 20  |printer reset.* |
00001320  32 31 2c 20 20 44 2c 20  31 42 2c 20 31 41 2c 20  |21,  D, 1B, 1A, |
00001330  34 39 20 20 20 20 20 20  20 20 20 20 2a 20 51 55  |49          * QU|
00001340  4d 45 3a 20 54 65 72 6d  69 6e 61 74 69 6f 6e 3a  |ME: Termination:|
00001350  20 70 72 69 6e 74 65 72  20 72 65 73 65 74 0a 2a  | printer reset.*|
00001360  20 32 31 2c 20 20 44 20  20 20 20 20 20 20 20 20  | 21,  D         |
00001370  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 4a  |             * J|
00001380  55 4b 49 3a 20 4e 6f 20  72 65 73 65 74 20 2d 20  |UKI: No reset - |
00001390  69 74 20 75 70 73 65 74  73 20 4a 75 6b 69 73 21  |it upsets Jukis!|
000013a0  20 0a 2a 20 32 32 20 20  20 20 20 20 20 20 20 20  | .* 22          |
000013b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000013c0  2a 20 42 61 63 6b 73 70  61 63 65 0a 2a 20 32 33  |* Backspace.* 23|
000013d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000013e0  20 20 20 20 20 20 20 20  20 20 2a 20 43 61 72 72  |          * Carr|
000013f0  69 61 67 65 20 52 65 74  75 72 6e 0a 2a 20 32 34  |iage Return.* 24|
00001400  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001410  20 20 20 20 20 20 20 20  20 20 2a 20 46 6f 72 6d  |          * Form|
00001420  20 6c 65 6e 67 74 68 20  69 6e 20 6c 69 6e 65 73  | length in lines|
00001430  0a 2a 20 32 35 20 20 20  20 20 20 20 20 20 20 20  |.* 25           |
00001440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001450  20 53 65 74 20 6c 69 6e  65 20 66 65 65 64 20 74  | Set line feed t|
00001460  6f 20 4e 20 75 6e 69 74  73 0a 2a 20 32 36 20 20  |o N units.* 26  |
00001470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001480  20 20 20 20 20 20 20 20  2a 20 53 74 61 72 74 20  |        * Start |
00001490  67 72 61 70 68 69 63 73  20 28 6d 6f 64 65 20 30  |graphics (mode 0|
000014a0  29 0a 2a 20 32 37 20 20  20 20 20 20 20 20 20 20  |).* 27          |
000014b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000014c0  2a 20 52 65 73 65 72 76  65 64 0a 32 38 2c 20 20  |* Reserved.28,  |
000014d0  43 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |C               |
000014e0  20 20 20 20 20 20 20 20  20 2a 20 44 72 61 66 74  |         * Draft|
000014f0  20 50 69 63 61 20 20 20  20 20 20 28 31 30 20 20  | Pica      (10  |
00001500  20 63 70 69 29 0a 2a 20  32 39 20 20 20 20 20 20  | cpi).* 29      |
00001510  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001520  20 20 20 20 2a 20 4e 4c  51 20 20 20 50 69 63 61  |    * NLQ   Pica|
00001530  20 20 20 20 20 20 28 31  30 20 20 20 63 70 69 29  |      (10   cpi)|
00001540  0a 32 41 2c 20 20 41 20  20 20 20 20 20 20 20 20  |.2A,  A         |
00001550  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001560  20 44 72 61 66 74 20 45  6c 69 74 65 20 20 20 20  | Draft Elite    |
00001570  20 28 31 32 20 20 20 63  70 69 29 0a 2a 20 32 42  | (12   cpi).* 2B|
00001580  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001590  20 20 20 20 20 20 20 20  20 20 2a 20 4e 4c 51 20  |          * NLQ |
000015a0  20 20 45 6c 69 74 65 20  20 20 20 20 28 31 32 20  |  Elite     (12 |
000015b0  20 20 63 70 69 29 0a 32  43 2c 20 20 37 20 20 20  |  cpi).2C,  7   |
000015c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000015d0  20 20 20 20 20 2a 20 44  72 61 66 74 20 43 6f 6e  |     * Draft Con|
000015e0  64 65 6e 73 65 64 20 28  31 37 2e 32 20 63 70 69  |densed (17.2 cpi|
000015f0  29 0a 2a 20 32 44 20 20  20 20 20 20 20 20 20 20  |).* 2D          |
00001600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001610  2a 20 4e 4c 51 20 20 20  43 6f 6e 64 65 6e 73 65  |* NLQ   Condense|
00001620  64 20 28 31 37 2e 32 20  63 70 69 29 0a 32 45 2c  |d (17.2 cpi).2E,|
00001630  20 31 34 20 20 20 20 20  20 20 20 20 20 20 20 20  | 14             |
00001640  20 20 20 20 20 20 20 20  20 20 20 2a 20 44 72 61  |           * Dra|
00001650  66 74 20 45 78 70 61 6e  64 65 64 20 20 28 20 36  |ft Expanded  ( 6|
00001660  20 20 20 63 70 69 29 0a  2a 20 32 46 20 20 20 20  |   cpi).* 2F    |
00001670  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001680  20 20 20 20 20 20 2a 20  4e 4c 51 20 20 20 45 78  |      * NLQ   Ex|
00001690  70 61 6e 64 65 64 20 20  28 20 36 20 20 20 63 70  |panded  ( 6   cp|
000016a0  69 29 0a 2a 20 33 30 20  20 20 20 20 20 20 20 20  |i).* 30         |
000016b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000016c0  20 2a 20 42 6c 61 63 6b  20 20 20 69 6e 6b 0a 2a  | * Black   ink.*|
000016d0  20 33 31 20 20 20 20 20  20 20 20 20 20 20 20 20  | 31             |
000016e0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 4d  |             * M|
000016f0  61 67 65 6e 74 61 20 69  6e 6b 0a 2a 20 33 32 20  |agenta ink.* 32 |
00001700  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001710  20 20 20 20 20 20 20 20  20 2a 20 43 79 61 6e 20  |         * Cyan |
00001720  20 20 20 69 6e 6b 0a 2a  20 33 33 20 20 20 20 20  |   ink.* 33     |
00001730  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001740  20 20 20 20 20 2a 20 59  65 6c 6c 6f 77 20 20 69  |     * Yellow  i|
00001750  6e 6b 0a 30 20 20 20 20  20 20 20 20 20 20 20 20  |nk.0            |
00001760  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001770  20 2a 20 4e 55 4c 4c 20  74 65 72 6d 69 6e 61 74  | * NULL terminat|
00001780  69 6f 6e 20 62 79 74 65  0a 0a 0a 2a 20 20 20 20  |ion byte...*    |
00001790  54 72 61 6e 73 6c 61 74  69 6f 6e 20 54 61 62 6c  |Translation Tabl|
000017a0  65 0a 2a 20 20 20 20 3d  3d 3d 3d 3d 3d 3d 3d 3d  |e.*    =========|
000017b0  3d 3d 3d 3d 3d 3d 3d 3d  0a 2a 0a 2a 20 20 20 20  |========.*.*    |
000017c0  54 68 69 73 20 74 61 62  6c 65 20 69 73 20 75 73  |This table is us|
000017d0  65 64 20 74 6f 20 74 72  61 6e 73 6c 61 74 65 20  |ed to translate |
000017e0  74 68 65 20 41 72 63 68  69 6d 65 64 65 73 0a 2a  |the Archimedes.*|
000017f0  20 20 20 20 63 68 61 72  61 63 74 65 72 20 63 6f  |    character co|
00001800  64 65 73 20 66 6f 72 20  6f 75 74 70 75 74 20 74  |des for output t|
00001810  6f 20 74 68 65 20 70 72  69 6e 74 65 72 2e 0a 2a  |o the printer..*|
00001820  0a 2a 20 20 20 20 45 61  63 68 20 65 6e 74 72 79  |.*    Each entry|
00001830  20 63 6f 6e 73 69 73 74  73 20 6f 66 3a 0a 2a 0a  | consists of:.*.|
00001840  2a 20 20 20 20 28 31 29  20 20 41 72 63 68 69 6d  |*    (1)  Archim|
00001850  65 64 65 73 20 63 68 61  72 61 63 74 65 72 20 63  |edes character c|
00001860  6f 64 65 20 28 74 68 65  73 65 20 6d 75 73 74 20  |ode (these must |
00001870  62 65 20 69 6e 20 6f 72  64 65 72 29 0a 2a 20 20  |be in order).*  |
00001880  20 20 28 32 29 20 20 54  68 65 20 28 70 6f 73 73  |  (2)  The (poss|
00001890  69 62 6c 79 20 6e 75 6c  6c 29 20 62 79 74 65 20  |ibly null) byte |
000018a0  73 74 72 69 6e 67 20 74  6f 20 62 65 20 6f 75 74  |string to be out|
000018b0  70 75 74 0a 2a 0a 2a 20  20 20 20 41 72 63 68 69  |put.*.*    Archi|
000018c0  6d 65 64 65 73 20 63 68  61 72 61 63 74 65 72 20  |medes character |
000018d0  63 6f 64 65 73 20 77 69  74 68 20 61 20 4e 55 4c  |codes with a NUL|
000018e0  4c 20 74 72 61 6e 73 6c  61 74 69 6f 6e 0a 2a 20  |L translation.* |
000018f0  20 20 20 73 74 72 69 6e  67 20 61 72 65 20 70 72  |   string are pr|
00001900  69 6e 74 65 64 20 61 73  20 73 70 61 63 65 73 2e  |inted as spaces.|
00001910  0a 2a 0a 2a 20 20 20 20  41 72 63 68 69 6d 65 64  |.*.*    Archimed|
00001920  65 73 20 63 68 61 72 61  63 74 65 72 20 63 6f 64  |es character cod|
00001930  65 73 20 4e 4f 54 20 69  6e 20 74 68 65 20 74 61  |es NOT in the ta|
00001940  62 6c 65 20 61 72 65 20  73 65 6e 74 0a 2a 20 20  |ble are sent.*  |
00001950  20 20 64 69 72 65 63 74  6c 79 20 74 6f 20 74 68  |  directly to th|
00001960  65 20 70 72 69 6e 74 65  72 20 77 69 74 68 6f 75  |e printer withou|
00001970  74 20 74 72 61 6e 73 6c  61 74 69 6f 6e 2e 0a 2a  |t translation..*|
00001980  0a 2a 20 20 20 20 53 65  74 20 66 6f 72 20 61 20  |.*    Set for a |
00001990  73 74 61 6e 64 61 72 64  20 55 53 41 20 41 53 43  |standard USA ASC|
000019a0  49 49 20 64 61 69 73 79  77 68 65 65 6c 2e 0a 2a  |II daisywheel..*|
000019b0  20 20 20 20 4e 6f 20 63  6f 64 65 73 20 61 73 73  |    No codes ass|
000019c0  69 67 6e 65 64 20 74 6f  20 70 72 69 6e 74 69 6e  |igned to printin|
000019d0  67 20 70 6f 73 69 74 69  6f 6e 73 20 32 30 20 61  |g positions 20 a|
000019e0  6e 64 20 37 46 20 68 65  78 2e 0a 0a 0a 2a 20 32  |nd 7F hex....* 2|
000019f0  33 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |3               |
00001a00  20 2a 20 23 20 2d 20 64  69 73 61 62 6c 65 64 20  | * # - disabled |
00001a10  66 6f 72 20 55 4b 20 41  53 43 49 49 0a 41 30 0a  |for UK ASCII.A0.|
00001a20  41 31 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |A1              |
00001a30  20 20 20 20 2a 20 a1 20  2d 20 4e 2f 41 0a 41 32  |    * . - N/A.A2|
00001a40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001a50  20 20 2a 20 a2 20 2d 20  4e 2f 41 0a 41 33 20 20  |  * . - N/A.A3  |
00001a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001a70  2a 20 a3 20 2d 20 4e 2f  41 0a 2a 20 41 33 2c 20  |* . - N/A.* A3, |
00001a80  32 33 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |23            * |
00001a90  a3 20 2d 20 72 65 70 6c  61 63 65 73 20 23 20 66  |. - replaces # f|
00001aa0  6f 72 20 55 4b 20 41 53  43 49 49 0a 41 34 0a 41  |or UK ASCII.A4.A|
00001ab0  35 2c 20 34 46 2c 20 20  38 2c 20 32 46 20 20 20  |5, 4F,  8, 2F   |
00001ac0  20 20 20 2a 20 a5 0a 41  36 0a 41 37 20 20 20 20  |   * ..A6.A7    |
00001ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001ae0  a7 20 2d 20 4e 2f 41 0a  41 38 20 20 20 20 20 20  |. - N/A.A8      |
00001af0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 a8 20  |            * . |
00001b00  2d 20 4e 2f 41 0a 41 39  20 20 20 20 20 20 20 20  |- N/A.A9        |
00001b10  20 20 20 20 20 20 20 20  20 20 2a 20 a9 20 2d 20  |          * . - |
00001b20  4e 2f 41 0a 41 41 2c 20  36 31 2c 20 20 38 2c 20  |N/A.AA, 61,  8, |
00001b30  35 46 20 20 20 20 20 20  2a 20 aa 0a 41 42 20 20  |5F      * ..AB  |
00001b40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001b50  2a 20 ab 20 2d 20 4e 2f  41 0a 41 43 20 20 20 20  |* . - N/A.AC    |
00001b60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001b70  ac 20 2d 20 4e 2f 41 0a  41 44 0a 41 45 20 20 20  |. - N/A.AD.AE   |
00001b80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001b90  20 ae 20 2d 20 4e 2f 41  0a 41 46 0a 42 30 20 20  | . - N/A.AF.B0  |
00001ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001bb0  2a 20 b0 20 2d 20 4e 2f  41 0a 42 31 2c 20 32 42  |* . - N/A.B1, 2B|
00001bc0  2c 20 20 38 2c 20 35 46  20 20 20 20 20 20 2a 20  |,  8, 5F      * |
00001bd0  b1 0a 42 32 20 20 20 20  20 20 20 20 20 20 20 20  |..B2            |
00001be0  20 20 20 20 20 20 2a 20  b2 20 2d 20 4e 2f 41 0a  |      * . - N/A.|
00001bf0  42 33 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |B3              |
00001c00  20 20 20 20 2a 20 b3 20  2d 20 4e 2f 41 0a 42 34  |    * . - N/A.B4|
00001c10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001c20  20 20 2a 20 b4 20 2d 20  4e 2f 41 0a 42 35 20 20  |  * . - N/A.B5  |
00001c30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001c40  2a 20 b5 20 2d 20 4e 2f  41 0a 42 36 20 20 20 20  |* . - N/A.B6    |
00001c50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001c60  b6 20 2d 20 4e 2f 41 0a  42 37 0a 42 38 0a 42 39  |. - N/A.B7.B8.B9|
00001c70  0a 42 41 2c 20 36 46 2c  20 20 38 2c 20 35 46 20  |.BA, 6F,  8, 5F |
00001c80  20 20 20 20 20 2a 20 ba  0a 42 42 20 20 20 20 20  |     * ..BB     |
00001c90  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 bb  |             * .|
00001ca0  20 2d 20 4e 2f 41 0a 42  43 20 20 20 20 20 20 20  | - N/A.BC       |
00001cb0  20 20 20 20 20 20 20 20  20 20 20 2a 20 bc 20 2d  |           * . -|
00001cc0  20 4e 2f 41 0a 42 44 20  20 20 20 20 20 20 20 20  | N/A.BD         |
00001cd0  20 20 20 20 20 20 20 20  20 2a 20 bd 20 2d 20 4e  |         * . - N|
00001ce0  2f 41 0a 42 45 0a 42 46  20 20 20 20 20 20 20 20  |/A.BE.BF        |
00001cf0  20 20 20 20 20 20 20 20  20 20 2a 20 bf 20 2d 20  |          * . - |
00001d00  4e 2f 41 0a 43 30 20 20  20 20 20 20 20 20 20 20  |N/A.C0          |
00001d10  20 20 20 20 20 20 20 20  2a 20 c0 20 2d 20 4e 2f  |        * . - N/|
00001d20  41 0a 43 31 0a 43 32 0a  43 33 20 20 20 20 20 20  |A.C1.C2.C3      |
00001d30  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 c3 20  |            * . |
00001d40  2d 20 4e 2f 41 0a 43 34  20 20 20 20 20 20 20 20  |- N/A.C4        |
00001d50  20 20 20 20 20 20 20 20  20 20 2a 20 c4 20 2d 20  |          * . - |
00001d60  4e 2f 41 0a 43 35 20 20  20 20 20 20 20 20 20 20  |N/A.C5          |
00001d70  20 20 20 20 20 20 20 20  2a 20 c5 20 2d 20 4e 2f  |        * . - N/|
00001d80  41 0a 43 36 20 20 20 20  20 20 20 20 20 20 20 20  |A.C6            |
00001d90  20 20 20 20 20 20 2a 20  c6 20 2d 20 4e 2f 41 0a  |      * . - N/A.|
00001da0  43 37 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |C7              |
00001db0  20 20 20 20 2a 20 c7 20  2d 20 4e 2f 41 0a 43 38  |    * . - N/A.C8|
00001dc0  0a 43 39 20 20 20 20 20  20 20 20 20 20 20 20 20  |.C9             |
00001dd0  20 20 20 20 20 2a 20 c9  20 2d 20 4e 2f 41 0a 43  |     * . - N/A.C|
00001de0  41 0a 43 42 0a 43 43 0a  43 44 0a 43 45 0a 43 46  |A.CB.CC.CD.CE.CF|
00001df0  0a 44 30 0a 44 31 20 20  20 20 20 20 20 20 20 20  |.D0.D1          |
00001e00  20 20 20 20 20 20 20 20  2a 20 d1 20 2d 20 4e 2f  |        * . - N/|
00001e10  41 0a 44 32 0a 44 33 0a  44 34 0a 44 35 20 20 20  |A.D2.D3.D4.D5   |
00001e20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001e30  20 d5 20 2d 20 4e 2f 41  0a 44 36 20 20 20 20 20  | . - N/A.D6     |
00001e40  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 d6  |             * .|
00001e50  20 2d 20 4e 2f 41 0a 44  37 0a 44 38 2c 20 35 39  | - N/A.D7.D8, 59|
00001e60  2c 20 20 38 2c 20 32 44  20 20 20 20 20 20 2a 20  |,  8, 2D      * |
00001e70  d8 0a 44 39 0a 44 41 0a  44 42 0a 44 43 20 20 20  |..D9.DA.DB.DC   |
00001e80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001e90  20 dc 20 2d 20 4e 2f 41  0a 44 44 0a 44 45 0a 44  | . - N/A.DD.DE.D|
00001ea0  46 0a 45 30 2c 20 36 31  2c 20 20 38 2c 20 36 30  |F.E0, 61,  8, 60|
00001eb0  20 20 20 20 20 20 2a 20  e0 0a 45 31 20 20 20 20  |      * ..E1    |
00001ec0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001ed0  e1 20 2d 20 4e 2f 41 0a  45 32 2c 20 36 31 2c 20  |. - N/A.E2, 61, |
00001ee0  20 38 2c 20 35 45 20 20  20 20 20 20 2a 20 e2 0a  | 8, 5E      * ..|
00001ef0  45 33 2c 20 36 31 2c 20  20 38 2c 20 37 45 20 20  |E3, 61,  8, 7E  |
00001f00  20 20 20 20 2a 20 e3 0a  45 34 20 20 20 20 20 20  |    * ..E4      |
00001f10  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 e4 20  |            * . |
00001f20  2d 20 4e 2f 41 0a 45 35  20 20 20 20 20 20 20 20  |- N/A.E5        |
00001f30  20 20 20 20 20 20 20 20  20 20 2a 20 e5 20 2d 20  |          * . - |
00001f40  4e 2f 41 0a 45 36 20 20  20 20 20 20 20 20 20 20  |N/A.E6          |
00001f50  20 20 20 20 20 20 20 20  2a 20 e6 20 2d 20 4e 2f  |        * . - N/|
00001f60  41 0a 45 37 20 20 20 20  20 20 20 20 20 20 20 20  |A.E7            |
00001f70  20 20 20 20 20 20 2a 20  e7 20 2d 20 4e 2f 41 0a  |      * . - N/A.|
00001f80  45 38 2c 20 36 35 2c 20  20 38 2c 20 36 30 20 20  |E8, 65,  8, 60  |
00001f90  20 20 20 20 2a 20 e8 0a  45 39 20 20 20 20 20 20  |    * ..E9      |
00001fa0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 e9 20  |            * . |
00001fb0  2d 20 4e 2f 41 0a 45 41  2c 20 36 35 2c 20 20 38  |- N/A.EA, 65,  8|
00001fc0  2c 20 35 45 20 20 20 20  20 20 2a 20 ea 0a 45 42  |, 5E      * ..EB|
00001fd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001fe0  20 20 2a 20 eb 20 2d 20  4e 2f 41 0a 45 43 20 20  |  * . - N/A.EC  |
00001ff0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002000  2a 20 ec 20 2d 20 4e 2f  41 0a 45 44 20 20 20 20  |* . - N/A.ED    |
00002010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00002020  ed 20 2d 20 4e 2f 41 0a  45 45 20 20 20 20 20 20  |. - N/A.EE      |
00002030  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 ee 20  |            * . |
00002040  2d 20 4e 2f 41 0a 45 46  20 20 20 20 20 20 20 20  |- N/A.EF        |
00002050  20 20 20 20 20 20 20 20  20 20 2a 20 ef 20 2d 20  |          * . - |
00002060  4e 2f 41 0a 46 30 0a 46  31 2c 20 36 45 2c 20 20  |N/A.F0.F1, 6E,  |
00002070  38 2c 20 37 45 20 20 20  20 20 20 2a 20 f1 0a 46  |8, 7E      * ..F|
00002080  32 2c 20 36 46 2c 20 20  38 2c 20 36 30 20 20 20  |2, 6F,  8, 60   |
00002090  20 20 20 2a 20 f2 20 2d  20 4e 2f 41 0a 46 33 20  |   * . - N/A.F3 |
000020a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020b0  20 2a 20 f3 20 2d 20 4e  2f 41 0a 46 34 2c 20 36  | * . - N/A.F4, 6|
000020c0  46 2c 20 20 38 2c 20 35  45 20 20 20 20 20 20 2a  |F,  8, 5E      *|
000020d0  20 f4 20 2d 20 4e 2f 41  0a 46 35 2c 20 36 46 2c  | . - N/A.F5, 6F,|
000020e0  20 20 38 2c 20 37 45 20  20 20 20 20 20 2a 20 f5  |  8, 7E      * .|
000020f0  0a 46 36 20 20 20 20 20  20 20 20 20 20 20 20 20  |.F6             |
00002100  20 20 20 20 20 2a 20 f6  20 2d 20 4e 2f 41 0a 46  |     * . - N/A.F|
00002110  37 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |7               |
00002120  20 20 20 2a 20 f7 20 2d  20 4e 2f 41 0a 46 38 20  |   * . - N/A.F8 |
00002130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002140  20 2a 20 f8 20 2d 20 4e  2f 41 0a 46 39 2c 20 37  | * . - N/A.F9, 7|
00002150  35 2c 20 20 38 2c 20 36  30 20 20 20 20 20 20 2a  |5,  8, 60      *|
00002160  20 f9 20 2d 20 4e 2f 41  0a 46 41 20 20 20 20 20  | . - N/A.FA     |
00002170  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 fa  |             * .|
00002180  20 2d 20 4e 2f 41 0a 46  42 2c 20 37 35 2c 20 20  | - N/A.FB, 75,  |
00002190  38 2c 20 35 45 20 20 20  20 20 20 2a 20 fb 20 2d  |8, 5E      * . -|
000021a0  20 4e 2f 41 0a 46 43 20  20 20 20 20 20 20 20 20  | N/A.FC         |
000021b0  20 20 20 20 20 20 20 20  20 2a 20 fc 20 2d 20 4e  |         * . - N|
000021c0  2f 41 0a 46 44 0a 46 45  0a 46 46 20 20 20 20 20  |/A.FD.FE.FF     |
000021d0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 ff  |             * .|
000021e0  20 2d 20 4e 2f 41 0a 0a  0a 30 20 20 20 20 20 20  | - N/A...0      |
000021f0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 4e  |             * N|
00002200  55 4c 4c 20 74 65 72 6d  69 6e 61 74 6f 72 0a 0a  |ULL terminator..|
00002210  0a 0a                                             |..|
00002212
1WP_Print/Sources/daisy.m0
1WP_Print/Sources/daisy.m1
1WP_Print/Sources/daisy.m2
1WP_Print/Sources/daisy.m4
1WP_Print/Sources/daisy.m5