Home » Archimedes archive » Zipped Apps » 1st Word Plus » WP/programs/PDGmanual

WP/programs/PDGmanual

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 » Archimedes archive » Zipped Apps » 1st Word Plus
Filename: WP/programs/PDGmanual
Read OK:
File size: 272B bytes
Load address: 0000
Exec address: 0000
Duplicates

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

File contents
06000000202800
1
21st Word PlusPage #Printer Driver Generator
F0110030
9[..........................................................]111
��PRINTERDRIVERGENERATOR
�
��FOR

��FIRSTWORDPLUS

��Version1.00
�

�Introduction
�
ThePrinterDriverGeneratorforFirstWordPlusisdesignedto
removethenecessityforeditingtherathercomplexhexfiles.
Instead,auser-friendlyprogramcanberunto'edit'thefile,and
"1stInstall"canberunasnormalto"compile"theeditedsource.

�Limitations
�
ThecurrentversionofPDGcannoteditaloadedhexfileusing
decimalcharacters.However,akeystrokemodeisavailablefor
editing.

Decimalmodemayonlybeusedfortheinitialentryofaprinter
driver.Oncesaved,thecodesareconvertedintohex.

The'P'notationforplaceholdersdescribedbelowistranslated
intothenative'highbitset'notationwhenadriverissaved.It
isnottranslatedbackwhenadriverisloaded.

�ModesofOperation
�
PDGhasthreebasicmodesofoperation:

       1)�Configuration�isusedtodefinethesixbytesofconfiguration
status.Thismodeisdifferentfromtheotherssinceitis
�always�indecimalmode.

       2)�PrinterCharacteristics�isusedtodefinethecontrolcodesto
besenttotheprintertoperformcertaintasks.

       3)�CharacterTranslation�isusedtodefinethesubsetofthe
Archimedescharactersetthatmaybesenttotheprinter.It
controlswhetheraparticularArchimedescharacteristobe
ignored,sentdirectlytotheprinter,orbetranslatedintoa
stringbeforebeingoutput.

��ColourCodes
�
ToassistthemajorityofArchimedesownerswhohaveacolour
monitor,PDGusescolourthroughout.Thecolourcodesareas
follows:
       Red    -Promptforuserinput
       Cyan    -Outputtext
       Green   -Defaultvaluesanderrormessages
       Yellow  -Userinput

TheCharacterTranslationmodeusescolourinaslightlydifferent
manner-seebelow.

9[..........................................................]111
�StartingtheProgram
�
Onstartingtheprogram,theuserwillbegiventheoptionof
loadinganexistingprinterdriverhexfile.Ifthisopportunityis
taken,acatalogueofthedirectory"&.1WP.hex"isdisplayed,and
theuserispromptedforafilename.Toavoidloadingafile,
simplypressthe<Escape>key.Ifitcouldbefound,thespecified
fileisthenloaded.

�Configuration
�
Theuserisnowplacedin�Configuration�mode.Uptosixquestions
willbeasked.TheywilleitherwarrantaYes/Noora(decimal)
numberanswer.Ifthepromptis'?',answerbypressing"Y"or"N".
Ifthepromptis'===>'thenanswerbykeyingadecimalnumberand
pressing<Return>.

Ifany(green)valueappearsfollowingthe(red)prompt,thenthis
isadefaultvalue.Toacceptit,justpress<Return>.

%�PrinterCharacteristics
�
Thisisthemost-usedmodeoftheprogram.Variousquestionswill
beasked,allofthemrequiringastringresponse(seebelow).The
onlyexceptionstothisrulearetheYes/Noquestionsthatmayor
maynotbeasked.Thesearedetailedbelow:

�"Doyouwanttoinputdatainhex?"
�Thisisonlyaskedifnoprinterdriverhasbeenpreviously
loaded.IftheanswerisYes,allfurtherresponsesinthis
sectionareassumedtobeinhex.IftheanswerisNo,further
responsesareassumedtobeindecimal.

�"DoyouwanttoincludecommandsforprintinginNLQ?"
�Thisquestion,onlyaskedifdefiningadriverforamatrix
printer,istosavethebotherofseparatelydefiningcodes
forNLQ.IfthequestionisansweredwithYes,thecodesfor
NLQwillbepromptedforseparately.IfansweredwithNo,the
NLQcodeswillnotbepromptedfor.AnswerNoiftheprinter
doesnotsupportNLQ,orifthehighlightcodesinNLQ�all�
�exactly�matchthoseindraftmode.

�Specifyingthecodestring
�
Thisisgenerallydonebykeyingastringofdecimalorhexnumbers
(thetop-leftcornerofthescreenshowsthecurrentmode)
separatedbyspaces.

Forexample,thecodetoturnunderliningonforanEPSONFX
printerisenteredindecimalas"�27451�"andinhexas"�1B2D1�".
However,theprintermanualmaywelllistthissequenceas
"�Esc '-' 1�".

Fortunately,PDGdoesprovideanotherwayofspecifyingthecode
string.For�printable�characters(andmostnon-printablecharac
ters,butnotescape)itisquiteeasy.Simplypressthesingle
quotekey"'"andthenpresstherequiredkey.Thesecondkeystroke
madewillbeconvertedintotherelevantASCIIcode,anddisplayed
ineitherhexordecimal,accordingtothecurrentsetting.Itis
notnecessarytoentertheclosequote.So,indecimalmode,
"�27 45 1�"maybeenteredas"�27 '-1�".

9[..........................................................]111
Inotherrespects,enteringacodestringissimilartoentering
theconfigurationoptionsasabove,inthatthegreendefault
propertyoccursherealso.Notehoweverthatifacodeistobe
removedfromtheprinterdriver,andadefaultisgiven,pressing
<Return>willacceptthedefault.Tocancelthedefault,press
<Space>before<Return>.

�Usingplaceholders
�
Certaincommands(forexampleverticaltab)requiretheuseofa
placeholder.Aplaceholderbytesignifiesthepositioninwhich
FirstWordPluswillinsertanumericvalueinthecommandstring.
However,manyprinterswillnotacceptasimplevaluecountingfrom
zero(as1stWordPluswishestooutput),sothefacilityexiststo
force1stWordPlustoaddaconstanttothenumericvaluebefore
output.Typically,aprinterwillrequire1stWordPlustoadd
either1,0or32(tomakethecommandargumentaprintable
character).

Toinsertaplaceholder,simplytype'P'inthecommandstring.To
force1stWordPlustoadd1use'P1'.Toadd32use'P32'in
decimalmode,or'P20'inhexmode.

Sinceplaceholdersareinternallystoredby'1stInstall'asbytes
withthehighbitset,wheneditinganexistingfile,'P'will
appearas'80','P1'as'81'and'P32'/'P20'as'A0'.Thusany
charactervalueofgreaterthanhex7Fistreatedasaplaceholder.

Thecommandsthatrequireplaceholdersareindicatedbythesuffix
'�[P]�'intheprompt.


�ChangingCharacterTranslations
�
Oncethelastcharacteristichasbeenentered,theprogramgoes
into�charactertranslation�mode.AmatrixofArchimedescharacters
isdisplayed,andthemousepointerappears.
�
Ifacharacterisdisplayedinthematrixin�yellow�,itwillbe
sentdirectlytotheprinter.Ifitisdisplayedin�red�,itwillbe
ignoredatprinttime.Ifitisdisplayedin�green�,thenthereisa
charactertranslationstringsetupforthatcharacter.

Tochangethecolourofacharacterinthematrix(andhenceit's
printeravailability),pointtoitwiththemouse,andpressthe
relevantbutton:�Select�foryellow,�Menu�forgreen,and�Adjust�for
Red.

Whendefiningcharactertranslationsusingthe�menu�button,the
samemethodisusedforinputasindefiningconfigurationstrings
above.

Oncethecharactermatrixisdefined,movethemousepointertothe
magentaword"End"atposition127inthecharactermatrix
(character127-delete-cannotberedefined)andpressanymouse
button.

9[..........................................................]111
�Savingthehexfile
�
Once"End"hasbeenselectedonthecharactermatrix,theuseris
givenanopportunitytorepeatthewholedialogue.Ifonlyafew
fieldswereoriginallyenteredinerror,thenthemethodof
providingthepreviously-enteredvalueasadefaultmeansthatthe
usercansimplypress<Return>toskipthisquestiongivingthe
sameresponseaslasttime.

Thisprocessmayberepeatedmanytimes.Oncetheoptionhasbeen
selectedtosavethefile,processingcontinuesinasimilarmanner
toloadingafile(seeabove).

Acatalogueof"&.1WP.hex"isdisplayedifitisavailable,andthe
userispromptedforafilename.Ifaprinterdriverwaspreviously
loaded,it'sfilenamewillbethedefault.Ifnoprinterdriverwas
loaded,thefirstwordoftheprinternamewillbeusedasa
defaultfilename.Ifthiscontainsbadcharactersforafilename,
ADFSwillgenerateanerror,andtheuserisre-promptedfora
filename.

�AnyQueries
�
Ifyoustillhaveanyqueries,Iwillbegladtohelp-contactme
viaPaulBeverleyof�Archive�.

00000000  1f 30 36 30 30 30 30 30  30 32 30 32 38 30 30 0a  |.06000000202800.|
00000010  1f 31 1f 1f 0a 1f 32 31  73 74 20 57 6f 72 64 20  |.1....21st Word |
00000020  50 6c 75 73 1f 50 61 67  65 20 23 1f 50 72 69 6e  |Plus.Page #.Prin|
00000030  74 65 72 20 44 72 69 76  65 72 20 47 65 6e 65 72  |ter Driver Gener|
00000040  61 74 6f 72 0a 1f 46 30  31 31 30 30 33 30 0a 1f  |ator..F0110030..|
00000050  39 5b 2e 2e 2e 2e 2e 2e  7f 2e 2e 2e 2e 7f 2e 2e  |9[..............|
00000060  7f 2e 2e 2e 2e 7f 2e 2e  2e 2e 7f 2e 2e 2e 2e 7f  |................|
00000070  2e 2e 2e 2e 7f 2e 2e 2e  2e 7f 2e 2e 2e 2e 7f 2e  |................|
00000080  2e 2e 2e 7f 2e 2e 2e 2e  7f 2e 2e 2e 2e 7f 2e 2e  |................|
00000090  2e 2e 7f 2e 2e 2e 2e 7f  2e 2e 5d 31 31 31 0a 1b  |..........]111..|
000000a0  81 1d 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1c 1c 1c  |................|
000000b0  1c 1c 1c 1c 1c 1c 1c 1c  1c 1c 1b 89 50 52 49 4e  |............PRIN|
000000c0  54 45 52 1e 44 52 49 56  45 52 1e 47 45 4e 45 52  |TER.DRIVER.GENER|
000000d0  41 54 4f 52 0a 1b 80 0a  1b 81 1d 1c 1c 1c 1c 1c  |ATOR............|
000000e0  1c 1c 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1c 1c 1c  |................|
000000f0  1c 1c 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1b 89 46  |...............F|
00000100  4f 52 0a 0a 1b 81 1d 1c  1c 1c 1c 1c 1c 1c 1c 1c  |OR..............|
00000110  1c 1c 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1c 1c 1c  |................|
00000120  1c 1c 1c 1b 89 46 49 52  53 54 1e 57 4f 52 44 1e  |.....FIRST.WORD.|
00000130  50 4c 55 53 0a 0a 1b 81  1d 1c 1c 1c 1c 1c 1c 1c  |PLUS............|
00000140  1c 1c 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1c 1c 1c  |................|
00000150  1c 1c 1c 1c 1c 1c 1c 1b  89 56 65 72 73 69 6f 6e  |.........Version|
00000160  1e 31 2e 30 30 0a 1b 80  0a 0a 1b 89 49 6e 74 72  |.1.00.......Intr|
00000170  6f 64 75 63 74 69 6f 6e  0a 1b 80 0a 1d 1c 1c 1c  |oduction........|
00000180  1c 1c 1c 54 68 65 1e 1c  50 72 69 6e 74 65 72 1e  |...The..Printer.|
00000190  1c 44 72 69 76 65 72 1e  47 65 6e 65 72 61 74 6f  |.Driver.Generato|
000001a0  72 1e 66 6f 72 1e 46 69  72 73 74 1e 57 6f 72 64  |r.for.First.Word|
000001b0  1e 50 6c 75 73 1e 69 73  1e 1c 64 65 73 69 67 6e  |.Plus.is..design|
000001c0  65 64 1e 1c 74 6f 1e 0a  1d 1c 1c 1c 1c 1c 1c 72  |ed..to.........r|
000001d0  65 6d 6f 76 65 1e 1c 74  68 65 1e 1c 6e 65 63 65  |emove..the..nece|
000001e0  73 73 69 74 79 1e 66 6f  72 1e 65 64 69 74 69 6e  |ssity.for.editin|
000001f0  67 1e 74 68 65 1e 72 61  74 68 65 72 1e 1c 63 6f  |g.the.rather..co|
00000200  6d 70 6c 65 78 1e 1c 68  65 78 1e 1c 66 69 6c 65  |mplex..hex..file|
00000210  73 2e 1e 0a 1d 1c 1c 1c  1c 1c 1c 49 6e 73 74 65  |s..........Inste|
00000220  61 64 2c 1e 61 1e 75 73  65 72 2d 66 72 69 65 6e  |ad,.a.user-frien|
00000230  64 6c 79 1e 70 72 6f 67  72 61 6d 1e 63 61 6e 1e  |dly.program.can.|
00000240  62 65 1e 72 75 6e 1e 74  6f 1e 27 65 64 69 74 27  |be.run.to.'edit'|
00000250  1e 74 68 65 1e 66 69 6c  65 2c 1e 61 6e 64 1e 0a  |.the.file,.and..|
00000260  1d 1c 1c 1c 1c 1c 1c 22  31 73 74 49 6e 73 74 61  |......."1stInsta|
00000270  6c 6c 22 1e 63 61 6e 1e  62 65 1e 72 75 6e 1e 61  |ll".can.be.run.a|
00000280  73 1e 6e 6f 72 6d 61 6c  1e 74 6f 1e 22 63 6f 6d  |s.normal.to."com|
00000290  70 69 6c 65 22 1e 74 68  65 1e 65 64 69 74 65 64  |pile".the.edited|
000002a0  1e 73 6f 75 72 63 65 2e  0a 0a 1b 89 4c 69 6d 69  |.source.....Limi|
000002b0  74 61 74 69 6f 6e 73 0a  1b 80 0a 1d 1c 1c 1c 1c  |tations.........|
000002c0  1c 1c 54 68 65 1e 1c 63  75 72 72 65 6e 74 1e 1c  |..The..current..|
000002d0  76 65 72 73 69 6f 6e 1e  6f 66 1e 50 44 47 1e 63  |version.of.PDG.c|
000002e0  61 6e 6e 6f 74 1e 65 64  69 74 1e 61 1e 6c 6f 61  |annot.edit.a.loa|
000002f0  64 65 64 1e 1c 68 65 78  1e 1c 66 69 6c 65 1e 1c  |ded..hex..file..|
00000300  75 73 69 6e 67 1e 0a 1d  1c 1c 1c 1c 1c 1c 64 65  |using.........de|
00000310  63 69 6d 61 6c 1e 1c 63  68 61 72 61 63 74 65 72  |cimal..character|
00000320  73 2e 1e 1c 48 6f 77 65  76 65 72 2c 1e 1c 61 1e  |s...However,..a.|
00000330  6b 65 79 73 74 72 6f 6b  65 1e 6d 6f 64 65 1e 69  |keystroke.mode.i|
00000340  73 1e 1c 61 76 61 69 6c  61 62 6c 65 1e 1c 66 6f  |s..available..fo|
00000350  72 1e 0a 1d 1c 1c 1c 1c  1c 1c 65 64 69 74 69 6e  |r.........editin|
00000360  67 2e 0a 0a 1d 1c 1c 1c  1c 1c 1c 44 65 63 69 6d  |g..........Decim|
00000370  61 6c 1e 1c 6d 6f 64 65  1e 6d 61 79 1e 6f 6e 6c  |al..mode.may.onl|
00000380  79 1e 62 65 1e 75 73 65  64 1e 66 6f 72 1e 74 68  |y.be.used.for.th|
00000390  65 1e 69 6e 69 74 69 61  6c 1e 65 6e 74 72 79 1e  |e.initial.entry.|
000003a0  6f 66 1e 1c 61 1e 1c 70  72 69 6e 74 65 72 1e 0a  |of..a..printer..|
000003b0  1d 1c 1c 1c 1c 1c 1c 64  72 69 76 65 72 2e 1e 4f  |.......driver..O|
000003c0  6e 63 65 1e 73 61 76 65  64 2c 1e 74 68 65 1e 63  |nce.saved,.the.c|
000003d0  6f 64 65 73 1e 61 72 65  1e 63 6f 6e 76 65 72 74  |odes.are.convert|
000003e0  65 64 1e 69 6e 74 6f 1e  68 65 78 2e 0a 0a 1d 1c  |ed.into.hex.....|
000003f0  1c 1c 1c 1c 1c 54 68 65  1e 1c 27 50 27 1e 1c 6e  |.....The..'P'..n|
00000400  6f 74 61 74 69 6f 6e 1e  66 6f 72 1e 70 6c 61 63  |otation.for.plac|
00000410  65 68 6f 6c 64 65 72 73  1e 64 65 73 63 72 69 62  |eholders.describ|
00000420  65 64 1e 62 65 6c 6f 77  1e 1c 69 73 1e 1c 74 72  |ed.below..is..tr|
00000430  61 6e 73 6c 61 74 65 64  1e 0a 1d 1c 1c 1c 1c 1c  |anslated........|
00000440  1c 69 6e 74 6f 1e 74 68  65 1e 6e 61 74 69 76 65  |.into.the.native|
00000450  1e 27 68 69 67 68 1e 62  69 74 1e 73 65 74 27 1e  |.'high.bit.set'.|
00000460  6e 6f 74 61 74 69 6f 6e  1e 77 68 65 6e 1e 61 1e  |notation.when.a.|
00000470  64 72 69 76 65 72 1e 69  73 1e 73 61 76 65 64 2e  |driver.is.saved.|
00000480  1e 1c 49 74 1e 0a 1d 1c  1c 1c 1c 1c 1c 69 73 1e  |..It.........is.|
00000490  6e 6f 74 1e 74 72 61 6e  73 6c 61 74 65 64 1e 62  |not.translated.b|
000004a0  61 63 6b 1e 77 68 65 6e  1e 61 1e 64 72 69 76 65  |ack.when.a.drive|
000004b0  72 1e 69 73 1e 6c 6f 61  64 65 64 2e 0a 0a 1b 89  |r.is.loaded.....|
000004c0  4d 6f 64 65 73 1e 6f 66  1e 4f 70 65 72 61 74 69  |Modes.of.Operati|
000004d0  6f 6e 0a 1b 80 0a 1d 1c  1c 1c 1c 1c 1c 50 44 47  |on...........PDG|
000004e0  1e 68 61 73 1e 74 68 72  65 65 1e 62 61 73 69 63  |.has.three.basic|
000004f0  1e 6d 6f 64 65 73 1e 6f  66 1e 6f 70 65 72 61 74  |.modes.of.operat|
00000500  69 6f 6e 3a 0a 0a 20 20  20 20 20 20 20 31 29 1d  |ion:..       1).|
00000510  1c 1c 1b 81 43 6f 6e 66  69 67 75 72 61 74 69 6f  |....Configuratio|
00000520  6e 1b 80 1e 69 73 1e 75  73 65 64 1e 74 6f 1e 64  |n...is.used.to.d|
00000530  65 66 69 6e 65 1e 74 68  65 1e 73 69 78 1e 62 79  |efine.the.six.by|
00000540  74 65 73 1e 6f 66 1e 63  6f 6e 66 69 67 75 72 61  |tes.of.configura|
00000550  74 69 6f 6e 1e 0a 1d 1c  1c 1c 1c 1c 1c 1c 1c 1c  |tion............|
00000560  1c 1c 73 74 61 74 75 73  2e 1e 1c 54 68 69 73 1e  |..status...This.|
00000570  1c 6d 6f 64 65 1e 69 73  1e 64 69 66 66 65 72 65  |.mode.is.differe|
00000580  6e 74 1e 66 72 6f 6d 1e  74 68 65 1e 6f 74 68 65  |nt.from.the.othe|
00000590  72 73 1e 73 69 6e 63 65  1e 1c 69 74 1e 1c 69 73  |rs.since..it..is|
000005a0  1e 0a 1d 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1c 1b 88  |................|
000005b0  61 6c 77 61 79 73 1b 80  1e 69 6e 1e 64 65 63 69  |always...in.deci|
000005c0  6d 61 6c 1e 6d 6f 64 65  2e 0a 0a 20 20 20 20 20  |mal.mode...     |
000005d0  20 20 32 29 1d 1c 1c 1b  81 50 72 69 6e 74 65 72  |  2).....Printer|
000005e0  1e 43 68 61 72 61 63 74  65 72 69 73 74 69 63 73  |.Characteristics|
000005f0  1b 80 1e 69 73 1e 75 73  65 64 1e 74 6f 1e 64 65  |...is.used.to.de|
00000600  66 69 6e 65 1e 74 68 65  1e 63 6f 6e 74 72 6f 6c  |fine.the.control|
00000610  1e 63 6f 64 65 73 1e 74  6f 1e 0a 1d 1c 1c 1c 1c  |.codes.to.......|
00000620  1c 1c 1c 1c 1c 1c 1c 62  65 1e 73 65 6e 74 1e 74  |.......be.sent.t|
00000630  6f 1e 74 68 65 1e 70 72  69 6e 74 65 72 1e 74 6f  |o.the.printer.to|
00000640  1e 70 65 72 66 6f 72 6d  1e 63 65 72 74 61 69 6e  |.perform.certain|
00000650  1e 74 61 73 6b 73 2e 0a  0a 20 20 20 20 20 20 20  |.tasks...       |
00000660  33 29 1d 1c 1c 1b 81 43  68 61 72 61 63 74 65 72  |3).....Character|
00000670  1e 1c 54 72 61 6e 73 6c  61 74 69 6f 6e 1b 80 1e  |..Translation...|
00000680  1c 69 73 1e 75 73 65 64  1e 74 6f 1e 64 65 66 69  |.is.used.to.defi|
00000690  6e 65 1e 74 68 65 1e 1c  73 75 62 73 65 74 1e 1c  |ne.the..subset..|
000006a0  6f 66 1e 1c 74 68 65 1e  0a 1d 1c 1c 1c 1c 1c 1c  |of..the.........|
000006b0  1c 1c 1c 1c 1c 41 72 63  68 69 6d 65 64 65 73 1e  |.....Archimedes.|
000006c0  63 68 61 72 61 63 74 65  72 1e 73 65 74 1e 74 68  |character.set.th|
000006d0  61 74 1e 6d 61 79 1e 62  65 1e 73 65 6e 74 1e 74  |at.may.be.sent.t|
000006e0  6f 1e 74 68 65 1e 1c 70  72 69 6e 74 65 72 2e 1e  |o.the..printer..|
000006f0  1c 49 74 1e 0a 1d 1c 1c  1c 1c 1c 1c 1c 1c 1c 1c  |.It.............|
00000700  1c 63 6f 6e 74 72 6f 6c  73 1e 1c 77 68 65 74 68  |.controls..wheth|
00000710  65 72 1e 61 1e 70 61 72  74 69 63 75 6c 61 72 1e  |er.a.particular.|
00000720  41 72 63 68 69 6d 65 64  65 73 1e 63 68 61 72 61  |Archimedes.chara|
00000730  63 74 65 72 1e 69 73 1e  1c 74 6f 1e 1c 62 65 1e  |cter.is..to..be.|
00000740  0a 1d 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 69 67 6e  |.............ign|
00000750  6f 72 65 64 2c 1e 73 65  6e 74 1e 64 69 72 65 63  |ored,.sent.direc|
00000760  74 6c 79 1e 74 6f 1e 74  68 65 1e 70 72 69 6e 74  |tly.to.the.print|
00000770  65 72 2c 1e 6f 72 1e 62  65 1e 74 72 61 6e 73 6c  |er,.or.be.transl|
00000780  61 74 65 64 1e 69 6e 74  6f 1e 61 1e 0a 1d 1c 1c  |ated.into.a.....|
00000790  1c 1c 1c 1c 1c 1c 1c 1c  1c 73 74 72 69 6e 67 1e  |.........string.|
000007a0  62 65 66 6f 72 65 1e 62  65 69 6e 67 1e 6f 75 74  |before.being.out|
000007b0  70 75 74 2e 0a 0a 0b f4  1b 89 43 6f 6c 6f 75 72  |put.......Colour|
000007c0  1e 43 6f 64 65 73 0a 1b  80 0a 1d 1c 1c 1c 1c 1c  |.Codes..........|
000007d0  1c 54 6f 1e 1c 61 73 73  69 73 74 1e 1c 74 68 65  |.To..assist..the|
000007e0  1e 1c 6d 61 6a 6f 72 69  74 79 1e 6f 66 1e 41 72  |..majority.of.Ar|
000007f0  63 68 69 6d 65 64 65 73  1e 6f 77 6e 65 72 73 1e  |chimedes.owners.|
00000800  77 68 6f 1e 1c 68 61 76  65 1e 1c 61 1e 1c 63 6f  |who..have..a..co|
00000810  6c 6f 75 72 1e 0a 1d 1c  1c 1c 1c 1c 1c 6d 6f 6e  |lour.........mon|
00000820  69 74 6f 72 2c 1e 1c 50  44 47 1e 1c 75 73 65 73  |itor,..PDG..uses|
00000830  1e 1c 63 6f 6c 6f 75 72  1e 74 68 72 6f 75 67 68  |..colour.through|
00000840  6f 75 74 2e 1e 1c 54 68  65 1e 63 6f 6c 6f 75 72  |out...The.colour|
00000850  1e 1c 63 6f 64 65 73 1e  1c 61 72 65 1e 1c 61 73  |..codes..are..as|
00000860  1e 0a 1d 1c 1c 1c 1c 1c  1c 66 6f 6c 6c 6f 77 73  |.........follows|
00000870  3a 0a 20 20 20 20 20 20  20 52 65 64 1e 20 20 20  |:.       Red.   |
00000880  20 2d 1e 50 72 6f 6d 70  74 1e 66 6f 72 1e 75 73  | -.Prompt.for.us|
00000890  65 72 1e 69 6e 70 75 74  0a 20 20 20 20 20 20 20  |er.input.       |
000008a0  43 79 61 6e 20 20 20 20  2d 1e 4f 75 74 70 75 74  |Cyan    -.Output|
000008b0  1e 74 65 78 74 0a 20 20  20 20 20 20 20 47 72 65  |.text.       Gre|
000008c0  65 6e 20 20 20 2d 1e 44  65 66 61 75 6c 74 1e 76  |en   -.Default.v|
000008d0  61 6c 75 65 73 1e 61 6e  64 1e 65 72 72 6f 72 1e  |alues.and.error.|
000008e0  6d 65 73 73 61 67 65 73  0a 20 20 20 20 20 20 20  |messages.       |
000008f0  59 65 6c 6c 6f 77 20 20  2d 1e 55 73 65 72 1e 69  |Yellow  -.User.i|
00000900  6e 70 75 74 0a 0a 1d 1c  1c 1c 1c 1c 1c 54 68 65  |nput.........The|
00000910  1e 43 68 61 72 61 63 74  65 72 1e 54 72 61 6e 73  |.Character.Trans|
00000920  6c 61 74 69 6f 6e 1e 6d  6f 64 65 1e 75 73 65 73  |lation.mode.uses|
00000930  1e 63 6f 6c 6f 75 72 1e  69 6e 1e 61 1e 73 6c 69  |.colour.in.a.sli|
00000940  67 68 74 6c 79 1e 1c 64  69 66 66 65 72 65 6e 74  |ghtly..different|
00000950  1e 0a 1d 1c 1c 1c 1c 1c  1c 6d 61 6e 6e 65 72 1e  |.........manner.|
00000960  2d 1e 73 65 65 1e 62 65  6c 6f 77 2e 0a 0a 0b 18  |-.see.below.....|
00000970  1f 39 5b 2e 2e 2e 2e 2e  2e 7f 2e 2e 2e 2e 7f 2e  |.9[.............|
00000980  2e 7f 2e 2e 2e 2e 7f 2e  2e 2e 2e 7f 2e 2e 2e 2e  |................|
00000990  7f 2e 2e 2e 2e 7f 2e 2e  2e 2e 7f 2e 2e 2e 2e 7f  |................|
000009a0  2e 2e 2e 2e 7f 2e 2e 2e  2e 7f 2e 2e 2e 2e 7f 2e  |................|
000009b0  2e 2e 2e 7f 2e 2e 2e 2e  7f 2e 2e 5d 31 31 31 0a  |...........]111.|
000009c0  1b 89 53 74 61 72 74 69  6e 67 1e 74 68 65 1e 50  |..Starting.the.P|
000009d0  72 6f 67 72 61 6d 0a 1b  80 0a 1d 1c 1c 1c 1c 1c  |rogram..........|
000009e0  1c 4f 6e 1e 1c 73 74 61  72 74 69 6e 67 1e 1c 74  |.On..starting..t|
000009f0  68 65 1e 70 72 6f 67 72  61 6d 2c 1e 1c 74 68 65  |he.program,..the|
00000a00  1e 75 73 65 72 1e 77 69  6c 6c 1e 62 65 1e 67 69  |.user.will.be.gi|
00000a10  76 65 6e 1e 1c 74 68 65  1e 1c 6f 70 74 69 6f 6e  |ven..the..option|
00000a20  1e 1c 6f 66 1e 0a 1d 1c  1c 1c 1c 1c 1c 6c 6f 61  |..of.........loa|
00000a30  64 69 6e 67 1e 61 6e 1e  65 78 69 73 74 69 6e 67  |ding.an.existing|
00000a40  1e 70 72 69 6e 74 65 72  1e 64 72 69 76 65 72 1e  |.printer.driver.|
00000a50  68 65 78 1e 66 69 6c 65  2e 1e 49 66 1e 74 68 69  |hex.file..If.thi|
00000a60  73 1e 6f 70 70 6f 72 74  75 6e 69 74 79 1e 69 73  |s.opportunity.is|
00000a70  1e 0a 1d 1c 1c 1c 1c 1c  1c 74 61 6b 65 6e 2c 1e  |.........taken,.|
00000a80  1c 61 1e 63 61 74 61 6c  6f 67 75 65 1e 6f 66 1e  |.a.catalogue.of.|
00000a90  74 68 65 1e 64 69 72 65  63 74 6f 72 79 1e 22 26  |the.directory."&|
00000aa0  2e 31 57 50 2e 68 65 78  22 1e 69 73 1e 64 69 73  |.1WP.hex".is.dis|
00000ab0  70 6c 61 79 65 64 2c 1e  1c 61 6e 64 1e 0a 1d 1c  |played,..and....|
00000ac0  1c 1c 1c 1c 1c 74 68 65  1e 1c 75 73 65 72 1e 1c  |.....the..user..|
00000ad0  69 73 1e 70 72 6f 6d 70  74 65 64 1e 66 6f 72 1e  |is.prompted.for.|
00000ae0  61 1e 66 69 6c 65 6e 61  6d 65 2e 1e 1c 54 6f 1e  |a.filename...To.|
00000af0  61 76 6f 69 64 1e 1c 6c  6f 61 64 69 6e 67 1e 1c  |avoid..loading..|
00000b00  61 1e 1c 66 69 6c 65 2c  1e 0a 1d 1c 1c 1c 1c 1c  |a..file,........|
00000b10  1c 73 69 6d 70 6c 79 1e  70 72 65 73 73 1e 74 68  |.simply.press.th|
00000b20  65 1e 3c 45 73 63 61 70  65 3e 1e 6b 65 79 2e 1e  |e.<Escape>.key..|
00000b30  1c 49 66 1e 69 74 1e 63  6f 75 6c 64 1e 62 65 1e  |.If.it.could.be.|
00000b40  66 6f 75 6e 64 2c 1e 74  68 65 1e 73 70 65 63 69  |found,.the.speci|
00000b50  66 69 65 64 1e 0a 1d 1c  1c 1c 1c 1c 1c 66 69 6c  |fied.........fil|
00000b60  65 1e 69 73 1e 74 68 65  6e 1e 6c 6f 61 64 65 64  |e.is.then.loaded|
00000b70  2e 0a 0a 1b 89 43 6f 6e  66 69 67 75 72 61 74 69  |.....Configurati|
00000b80  6f 6e 0a 1b 80 0a 1d 1c  1c 1c 1c 1c 1c 54 68 65  |on...........The|
00000b90  1e 75 73 65 72 1e 69 73  1e 6e 6f 77 1e 70 6c 61  |.user.is.now.pla|
00000ba0  63 65 64 1e 69 6e 1e 1b  81 43 6f 6e 66 69 67 75  |ced.in...Configu|
00000bb0  72 61 74 69 6f 6e 1b 80  1e 6d 6f 64 65 2e 1e 1c  |ration...mode...|
00000bc0  55 70 1e 74 6f 1e 73 69  78 1e 1c 71 75 65 73 74  |Up.to.six..quest|
00000bd0  69 6f 6e 73 1e 0a 1d 1c  1c 1c 1c 1c 1c 77 69 6c  |ions.........wil|
00000be0  6c 1e 1c 62 65 1e 61 73  6b 65 64 2e 1e 1c 54 68  |l..be.asked...Th|
00000bf0  65 79 1e 77 69 6c 6c 1e  65 69 74 68 65 72 1e 77  |ey.will.either.w|
00000c00  61 72 72 61 6e 74 1e 61  1e 59 65 73 2f 4e 6f 1e  |arrant.a.Yes/No.|
00000c10  6f 72 1e 1c 61 1e 1c 28  64 65 63 69 6d 61 6c 29  |or..a..(decimal)|
00000c20  1e 0a 1d 1c 1c 1c 1c 1c  1c 6e 75 6d 62 65 72 1e  |.........number.|
00000c30  61 6e 73 77 65 72 2e 1e  49 66 1e 74 68 65 1e 70  |answer..If.the.p|
00000c40  72 6f 6d 70 74 1e 69 73  1e 27 3f 27 2c 1e 61 6e  |rompt.is.'?',.an|
00000c50  73 77 65 72 1e 62 79 1e  70 72 65 73 73 69 6e 67  |swer.by.pressing|
00000c60  1e 22 59 22 1e 6f 72 1e  22 4e 22 2e 1e 0a 1d 1c  |."Y".or."N".....|
00000c70  1c 1c 1c 1c 1c 49 66 1e  74 68 65 1e 70 72 6f 6d  |.....If.the.prom|
00000c80  70 74 1e 69 73 1e 27 3d  3d 3d 3e 27 1e 74 68 65  |pt.is.'===>'.the|
00000c90  6e 1e 61 6e 73 77 65 72  1e 62 79 1e 6b 65 79 69  |n.answer.by.keyi|
00000ca0  6e 67 1e 61 1e 64 65 63  69 6d 61 6c 1e 6e 75 6d  |ng.a.decimal.num|
00000cb0  62 65 72 1e 1c 61 6e 64  1e 0a 1d 1c 1c 1c 1c 1c  |ber..and........|
00000cc0  1c 70 72 65 73 73 69 6e  67 1e 3c 52 65 74 75 72  |.pressing.<Retur|
00000cd0  6e 3e 2e 0a 0a 1d 1c 1c  1c 1c 1c 1c 49 66 1e 61  |n>..........If.a|
00000ce0  6e 79 1e 28 67 72 65 65  6e 29 1e 76 61 6c 75 65  |ny.(green).value|
00000cf0  1e 61 70 70 65 61 72 73  1e 66 6f 6c 6c 6f 77 69  |.appears.followi|
00000d00  6e 67 1e 74 68 65 1e 28  72 65 64 29 1e 70 72 6f  |ng.the.(red).pro|
00000d10  6d 70 74 2c 1e 1c 74 68  65 6e 1e 74 68 69 73 1e  |mpt,..then.this.|
00000d20  0a 1d 1c 1c 1c 1c 1c 1c  69 73 1e 61 1e 64 65 66  |........is.a.def|
00000d30  61 75 6c 74 1e 76 61 6c  75 65 2e 1e 54 6f 1e 61  |ault.value..To.a|
00000d40  63 63 65 70 74 1e 69 74  2c 1e 6a 75 73 74 1e 70  |ccept.it,.just.p|
00000d50  72 65 73 73 1e 3c 52 65  74 75 72 6e 3e 2e 0a 0a  |ress.<Return>...|
00000d60  0b 25 1b 89 50 72 69 6e  74 65 72 1e 43 68 61 72  |.%..Printer.Char|
00000d70  61 63 74 65 72 69 73 74  69 63 73 0a 1b 80 0a 1d  |acteristics.....|
00000d80  1c 1c 1c 1c 1c 1c 54 68  69 73 1e 69 73 1e 74 68  |......This.is.th|
00000d90  65 1e 6d 6f 73 74 2d 75  73 65 64 1e 6d 6f 64 65  |e.most-used.mode|
00000da0  1e 6f 66 1e 74 68 65 1e  70 72 6f 67 72 61 6d 2e  |.of.the.program.|
00000db0  1e 1c 56 61 72 69 6f 75  73 1e 71 75 65 73 74 69  |..Various.questi|
00000dc0  6f 6e 73 1e 1c 77 69 6c  6c 1e 0a 1d 1c 1c 1c 1c  |ons..will.......|
00000dd0  1c 1c 62 65 1e 61 73 6b  65 64 2c 1e 1c 61 6c 6c  |..be.asked,..all|
00000de0  1e 6f 66 1e 74 68 65 6d  1e 72 65 71 75 69 72 69  |.of.them.requiri|
00000df0  6e 67 1e 61 1e 73 74 72  69 6e 67 1e 72 65 73 70  |ng.a.string.resp|
00000e00  6f 6e 73 65 1e 28 73 65  65 1e 62 65 6c 6f 77 29  |onse.(see.below)|
00000e10  2e 1e 54 68 65 1e 0a 1d  1c 1c 1c 1c 1c 1c 6f 6e  |..The.........on|
00000e20  6c 79 1e 1c 65 78 63 65  70 74 69 6f 6e 73 1e 74  |ly..exceptions.t|
00000e30  6f 1e 74 68 69 73 1e 72  75 6c 65 1e 61 72 65 1e  |o.this.rule.are.|
00000e40  74 68 65 1e 59 65 73 2f  4e 6f 1e 71 75 65 73 74  |the.Yes/No.quest|
00000e50  69 6f 6e 73 1e 74 68 61  74 1e 6d 61 79 1e 1c 6f  |ions.that.may..o|
00000e60  72 1e 0a 1d 1c 1c 1c 1c  1c 1c 6d 61 79 1e 6e 6f  |r.........may.no|
00000e70  74 1e 62 65 1e 61 73 6b  65 64 2e 1e 54 68 65 73  |t.be.asked..Thes|
00000e80  65 1e 61 72 65 1e 64 65  74 61 69 6c 65 64 1e 62  |e.are.detailed.b|
00000e90  65 6c 6f 77 3a 0a 0a 1d  1c 1c 1c 1c 1c 1c 1b 81  |elow:...........|
00000ea0  22 44 6f 1e 79 6f 75 1e  77 61 6e 74 1e 74 6f 1e  |"Do.you.want.to.|
00000eb0  69 6e 70 75 74 1e 64 61  74 61 1e 69 6e 1e 68 65  |input.data.in.he|
00000ec0  78 3f 22 0a 1b 80 1d 1c  1c 1c 1c 1c 1c 1c 1c 1c  |x?".............|
00000ed0  1c 1c 54 68 69 73 1e 1c  69 73 1e 6f 6e 6c 79 1e  |..This..is.only.|
00000ee0  61 73 6b 65 64 1e 69 66  1e 6e 6f 1e 70 72 69 6e  |asked.if.no.prin|
00000ef0  74 65 72 1e 64 72 69 76  65 72 1e 68 61 73 1e 1c  |ter.driver.has..|
00000f00  62 65 65 6e 1e 1c 70 72  65 76 69 6f 75 73 6c 79  |been..previously|
00000f10  1e 0a 1d 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 1c 6c 6f  |..............lo|
00000f20  61 64 65 64 2e 1e 1c 49  66 1e 74 68 65 1e 61 6e  |aded...If.the.an|
00000f30  73 77 65 72 1e 69 73 1e  59 65 73 2c 1e 1c 61 6c  |swer.is.Yes,..al|
00000f40  6c 1e 66 75 72 74 68 65  72 1e 72 65 73 70 6f 6e  |l.further.respon|
00000f50  73 65 73 1e 69 6e 1e 1c  74 68 69 73 1e 0a 1d 1c  |ses.in..this....|
00000f60  1c 1c 1c 1c 1c 1c 1c 1c  1c 1c 73 65 63 74 69 6f  |..........sectio|
00000f70  6e 1e 61 72 65 1e 61 73  73 75 6d 65 64 1e 74 6f  |n.are.assumed.to|
00000f80  1e 62 65 1e 69 6e 1e 68  65 78 2e 1e 49 66 1e 74  |.be.in.hex..If.t|
00000f90  68 65 1e 61 6e 73 77 65  72 1e 69 73 1e 4e 6f 2c  |he.answer.is.No,|
00000fa0  1e 66 75 72 74 68 65 72  1e 0a 1d 1c 1c 1c 1c 1c  |.further........|
00000fb0  1c 1c 1c 1c 1c 1c 72 65  73 70 6f 6e 73 65 73 1e  |......responses.|
00000fc0  61 72 65 1e 61 73 73 75  6d 65 64 1e 74 6f 1e 62  |are.assumed.to.b|
00000fd0  65 1e 69 6e 1e 64 65 63  69 6d 61 6c 2e 0a 0a 1d  |e.in.decimal....|
00000fe0  1c 1c 1c 1c 1c 1c 1b 81  22 44 6f 1e 79 6f 75 1e  |........"Do.you.|
00000ff0  77 61 6e 74 1e 74 6f 1e  69 6e 63 6c 75 64 65 1e  |want.to.include.|
00001000  63 6f 6d 6d 61 6e 64 73  1e 66 6f 72 1e 70 72 69  |commands.for.pri|
00001010  6e 74 69 6e 67 1e 69 6e  1e 4e 4c 51 3f 22 0a 1b  |nting.in.NLQ?"..|
00001020  80 1d 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 54 68 69  |.............Thi|
00001030  73 1e 1c 71 75 65 73 74  69 6f 6e 2c 1e 1c 6f 6e  |s..question,..on|
00001040  6c 79 1e 61 73 6b 65 64  1e 69 66 1e 64 65 66 69  |ly.asked.if.defi|
00001050  6e 69 6e 67 1e 61 1e 64  72 69 76 65 72 1e 66 6f  |ning.a.driver.fo|
00001060  72 1e 61 1e 1c 6d 61 74  72 69 78 1e 0a 1d 1c 1c  |r.a..matrix.....|
00001070  1c 1c 1c 1c 1c 1c 1c 1c  1c 70 72 69 6e 74 65 72  |.........printer|
00001080  2c 1e 1c 69 73 1e 1c 74  6f 1e 73 61 76 65 1e 74  |,..is..to.save.t|
00001090  68 65 1e 62 6f 74 68 65  72 1e 6f 66 1e 73 65 70  |he.bother.of.sep|
000010a0  61 72 61 74 65 6c 79 1e  64 65 66 69 6e 69 6e 67  |arately.defining|
000010b0  1e 1c 63 6f 64 65 73 1e  0a 1d 1c 1c 1c 1c 1c 1c  |..codes.........|
000010c0  1c 1c 1c 1c 1c 66 6f 72  1e 4e 4c 51 2e 1e 1c 49  |.....for.NLQ...I|
000010d0  66 1e 74 68 65 1e 71 75  65 73 74 69 6f 6e 1e 69  |f.the.question.i|
000010e0  73 1e 61 6e 73 77 65 72  65 64 1e 77 69 74 68 1e  |s.answered.with.|
000010f0  59 65 73 2c 1e 1c 74 68  65 1e 63 6f 64 65 73 1e  |Yes,..the.codes.|
00001100  66 6f 72 1e 0a 1d 1c 1c  1c 1c 1c 1c 1c 1c 1c 1c  |for.............|
00001110  1c 4e 4c 51 1e 77 69 6c  6c 1e 62 65 1e 70 72 6f  |.NLQ.will.be.pro|
00001120  6d 70 74 65 64 1e 66 6f  72 1e 73 65 70 61 72 61  |mpted.for.separa|
00001130  74 65 6c 79 2e 1e 1c 49  66 1e 61 6e 73 77 65 72  |tely...If.answer|
00001140  65 64 1e 77 69 74 68 1e  4e 6f 2c 1e 74 68 65 1e  |ed.with.No,.the.|
00001150  0a 1d 1c 1c 1c 1c 1c 1c  1c 1c 1c 1c 1c 4e 4c 51  |.............NLQ|
00001160  1e 63 6f 64 65 73 1e 77  69 6c 6c 1e 6e 6f 74 1e  |.codes.will.not.|
00001170  62 65 1e 70 72 6f 6d 70  74 65 64 1e 66 6f 72 2e  |be.prompted.for.|
00001180  1e 1c 41 6e 73 77 65 72  1e 4e 6f 1e 69 66 1e 74  |..Answer.No.if.t|
00001190  68 65 1e 1c 70 72 69 6e  74 65 72 1e 0a 1d 1c 1c  |he..printer.....|
000011a0  1c 1c 1c 1c 1c 1c 1c 1c  1c 64 6f 65 73 1e 1c 6e  |.........does..n|
000011b0  6f 74 1e 73 75 70 70 6f  72 74 1e 4e 4c 51 2c 1e  |ot.support.NLQ,.|
000011c0  1c 6f 72 1e 69 66 1e 74  68 65 1e 68 69 67 68 6c  |.or.if.the.highl|
000011d0  69 67 68 74 1e 63 6f 64  65 73 1e 69 6e 1e 1c 4e  |ight.codes.in..N|
000011e0  4c 51 1e 1c 1b 88 61 6c  6c 1b 80 1e 0a 1d 1c 1c  |LQ....all.......|
000011f0  1c 1c 1c 1c 1c 1c 1c 1c  1c 1b 88 65 78 61 63 74  |...........exact|
00001200  6c 79 1b 80 1e 6d 61 74  63 68 1e 74 68 6f 73 65  |ly...match.those|
00001210  1e 69 6e 1e 64 72 61 66  74 1e 6d 6f 64 65 2e 0a  |.in.draft.mode..|
00001220  0a 1b 81 53 70 65 63 69  66 79 69 6e 67 1e 74 68  |...Specifying.th|
00001230  65 1e 63 6f 64 65 1e 73  74 72 69 6e 67 0a 1b 80  |e.code.string...|
00001240  0a 1d 1c 1c 1c 1c 1c 1c  54 68 69 73 1e 69 73 1e  |........This.is.|
00001250  67 65 6e 65 72 61 6c 6c  79 1e 64 6f 6e 65 1e 62  |generally.done.b|
00001260  79 1e 6b 65 79 69 6e 67  1e 61 1e 73 74 72 69 6e  |y.keying.a.strin|
00001270  67 1e 6f 66 1e 64 65 63  69 6d 61 6c 1e 6f 72 1e  |g.of.decimal.or.|
00001280  68 65 78 1e 6e 75 6d 62  65 72 73 1e 0a 1d 1c 1c  |hex.numbers.....|
00001290  1c 1c 1c 1c 28 74 68 65  1e 1c 74 6f 70 2d 6c 65  |....(the..top-le|
000012a0  66 74 1e 1c 63 6f 72 6e  65 72 1e 1c 6f 66 1e 1c  |ft..corner..of..|
000012b0  74 68 65 1e 1c 73 63 72  65 65 6e 1e 1c 73 68 6f  |the..screen..sho|
000012c0  77 73 1e 1c 74 68 65 1e  1c 63 75 72 72 65 6e 74  |ws..the..current|
000012d0  1e 1c 6d 6f 64 65 29 1e  0a 1d 1c 1c 1c 1c 1c 1c  |..mode).........|
000012e0  73 65 70 61 72 61 74 65  64 1e 62 79 1e 73 70 61  |separated.by.spa|
000012f0  63 65 73 2e 0a 0a 1d 1c  1c 1c 1c 1c 1c 46 6f 72  |ces..........For|
00001300  1e 1c 65 78 61 6d 70 6c  65 2c 1e 1c 74 68 65 1e  |..example,..the.|
00001310  1c 63 6f 64 65 1e 1c 74  6f 1e 74 75 72 6e 1e 75  |.code..to.turn.u|
00001320  6e 64 65 72 6c 69 6e 69  6e 67 1e 6f 6e 1e 66 6f  |nderlining.on.fo|
00001330  72 1e 1c 61 6e 1e 1c 45  50 53 4f 4e 1e 1c 46 58  |r..an..EPSON..FX|
00001340  1e 0a 1d 1c 1c 1c 1c 1c  1c 70 72 69 6e 74 65 72  |.........printer|
00001350  1e 69 73 1e 65 6e 74 65  72 65 64 1e 69 6e 1e 64  |.is.entered.in.d|
00001360  65 63 69 6d 61 6c 1e 61  73 1e 22 1b 88 32 37 1e  |ecimal.as."..27.|
00001370  34 35 1e 31 1b 80 22 1e  61 6e 64 1e 69 6e 1e 68  |45.1..".and.in.h|
00001380  65 78 1e 61 73 1e 22 1b  88 31 42 1e 32 44 1e 31  |ex.as."..1B.2D.1|
00001390  1b 80 22 2e 1e 0a 1d 1c  1c 1c 1c 1c 1c 48 6f 77  |.."..........How|
000013a0  65 76 65 72 2c 1e 1c 74  68 65 1e 1c 70 72 69 6e  |ever,..the..prin|
000013b0  74 65 72 1e 1c 6d 61 6e  75 61 6c 1e 1c 6d 61 79  |ter..manual..may|
000013c0  1e 1c 77 65 6c 6c 1e 1c  6c 69 73 74 1e 1c 74 68  |..well..list..th|
000013d0  69 73 1e 1c 73 65 71 75  65 6e 63 65 1e 1c 61 73  |is..sequence..as|
000013e0  1e 1e 1e 1e 1e 1e 1e 1e  1e 1e 1e 1e 1e 1e 1e 1e  |................|
000013f0  1e 0a 1d 1c 1c 1c 1c 1c  1c 22 1b 88 45 73 63 20  |........."..Esc |
00001400  27 2d 27 20 31 1b 80 22  2e 0a 0a 0b 18 1d 1c 1c  |'-' 1.."........|
00001410  1c 1c 1c 1c 46 6f 72 74  75 6e 61 74 65 6c 79 2c  |....Fortunately,|
00001420  1e 1c 50 44 47 1e 1c 64  6f 65 73 1e 70 72 6f 76  |..PDG..does.prov|
00001430  69 64 65 1e 61 6e 6f 74  68 65 72 1e 77 61 79 1e  |ide.another.way.|
00001440  6f 66 1e 73 70 65 63 69  66 79 69 6e 67 1e 74 68  |of.specifying.th|
00001450  65 1e 1c 63 6f 64 65 1e  0a 1d 1c 1c 1c 1c 1c 1c  |e..code.........|
00001460  73 74 72 69 6e 67 2e 1e  1c 46 6f 72 1e 1c 1b 88  |string...For....|
00001470  70 72 69 6e 74 61 62 6c  65 1b 80 1e 63 68 61 72  |printable...char|
00001480  61 63 74 65 72 73 1e 28  61 6e 64 1e 6d 6f 73 74  |acters.(and.most|
00001490  1e 6e 6f 6e 2d 70 72 69  6e 74 61 62 6c 65 1e 1c  |.non-printable..|
000014a0  63 68 61 72 61 63 19 0a  1d 1c 1c 1c 1c 1c 1c 74  |charac.........t|
000014b0  65 72 73 2c 1e 1c 62 75  74 1e 1c 6e 6f 74 1e 65  |ers,..but..not.e|
000014c0  73 63 61 70 65 29 1e 69  74 1e 69 73 1e 71 75 69  |scape).it.is.qui|
000014d0  74 65 1e 65 61 73 79 2e  1e 1c 53 69 6d 70 6c 79  |te.easy...Simply|
000014e0  1e 70 72 65 73 73 1e 74  68 65 1e 1c 73 69 6e 67  |.press.the..sing|
000014f0  6c 65 1e 0a 1d 1c 1c 1c  1c 1c 1c 71 75 6f 74 65  |le.........quote|
00001500  1e 6b 65 79 1e 22 27 22  1e 61 6e 64 1e 74 68 65  |.key."'".and.the|
00001510  6e 1e 70 72 65 73 73 1e  74 68 65 1e 72 65 71 75  |n.press.the.requ|
00001520  69 72 65 64 1e 6b 65 79  2e 1e 54 68 65 1e 73 65  |ired.key..The.se|
00001530  63 6f 6e 64 1e 6b 65 79  73 74 72 6f 6b 65 1e 0a  |cond.keystroke..|
00001540  1d 1c 1c 1c 1c 1c 1c 6d  61 64 65 1e 77 69 6c 6c  |.......made.will|
00001550  1e 62 65 1e 63 6f 6e 76  65 72 74 65 64 1e 69 6e  |.be.converted.in|
00001560  74 6f 1e 74 68 65 1e 72  65 6c 65 76 61 6e 74 1e  |to.the.relevant.|
00001570  41 53 43 49 49 1e 63 6f  64 65 2c 1e 1c 61 6e 64  |ASCII.code,..and|
00001580  1e 64 69 73 70 6c 61 79  65 64 1e 0a 1d 1c 1c 1c  |.displayed......|
00001590  1c 1c 1c 69 6e 1e 65 69  74 68 65 72 1e 68 65 78  |...in.either.hex|
000015a0  1e 6f 72 1e 64 65 63 69  6d 61 6c 2c 1e 1c 61 63  |.or.decimal,..ac|
000015b0  63 6f 72 64 69 6e 67 1e  74 6f 1e 74 68 65 1e 63  |cording.to.the.c|
000015c0  75 72 72 65 6e 74 1e 73  65 74 74 69 6e 67 2e 1e  |urrent.setting..|
000015d0  1c 49 74 1e 69 73 1e 0a  1d 1c 1c 1c 1c 1c 1c 6e  |.It.is.........n|
000015e0  6f 74 1e 1c 6e 65 63 65  73 73 61 72 79 1e 1c 74  |ot..necessary..t|
000015f0  6f 1e 65 6e 74 65 72 1e  74 68 65 1e 63 6c 6f 73  |o.enter.the.clos|
00001600  65 1e 1c 71 75 6f 74 65  2e 1e 1c 53 6f 2c 1e 1c  |e..quote...So,..|
00001610  69 6e 1e 1c 64 65 63 69  6d 61 6c 1e 1c 6d 6f 64  |in..decimal..mod|
00001620  65 2c 1e 0a 1d 1c 1c 1c  1c 1c 1c 22 1b 88 32 37  |e,........."..27|
00001630  20 34 35 20 31 1b 80 22  1e 6d 61 79 1e 62 65 1e  | 45 1..".may.be.|
00001640  65 6e 74 65 72 65 64 1e  61 73 1e 22 1b 88 32 37  |entered.as."..27|
00001650  20 27 2d 1e 31 1b 80 22  2e 0a 0a 0b 16 1f 39 5b  | '-.1.."......9[|
00001660  2e 2e 2e 2e 2e 2e 7f 2e  2e 2e 2e 7f 2e 2e 7f 2e  |................|
00001670  2e 2e 2e 7f 2e 2e 2e 2e  7f 2e 2e 2e 2e 7f 2e 2e  |................|
00001680  2e 2e 7f 2e 2e 2e 2e 7f  2e 2e 2e 2e 7f 2e 2e 2e  |................|
00001690  2e 7f 2e 2e 2e 2e 7f 2e  2e 2e 2e 7f 2e 2e 2e 2e  |................|
000016a0  7f 2e 2e 2e 2e 7f 2e 2e  5d 31 31 31 0a 1d 1c 1c  |........]111....|
000016b0  1c 1c 1c 1c 49 6e 1e 1c  6f 74 68 65 72 1e 72 65  |....In..other.re|
000016c0  73 70 65 63 74 73 2c 1e  1c 65 6e 74 65 72 69 6e  |spects,..enterin|
000016d0  67 1e 61 1e 63 6f 64 65  1e 73 74 72 69 6e 67 1e  |g.a.code.string.|
000016e0  69 73 1e 73 69 6d 69 6c  61 72 1e 74 6f 1e 1c 65  |is.similar.to..e|
000016f0  6e 74 65 72 69 6e 67 1e  0a 1d 1c 1c 1c 1c 1c 1c  |ntering.........|
00001700  74 68 65 1e 1c 63 6f 6e  66 69 67 75 72 61 74 69  |the..configurati|
00001710  6f 6e 1e 1c 6f 70 74 69  6f 6e 73 1e 61 73 1e 61  |on..options.as.a|
00001720  62 6f 76 65 2c 1e 1c 69  6e 1e 74 68 61 74 1e 1c  |bove,..in.that..|
00001730  74 68 65 1e 1c 67 72 65  65 6e 1e 1c 64 65 66 61  |the..green..defa|
00001740  75 6c 74 1e 0a 1d 1c 1c  1c 1c 1c 1c 70 72 6f 70  |ult.........prop|
00001750  65 72 74 79 1e 1c 6f 63  63 75 72 73 1e 68 65 72  |erty..occurs.her|
00001760  65 1e 61 6c 73 6f 2e 1e  1c 4e 6f 74 65 1e 68 6f  |e.also...Note.ho|
00001770  77 65 76 65 72 1e 74 68  61 74 1e 69 66 1e 61 1e  |wever.that.if.a.|
00001780  63 6f 64 65 1e 69 73 1e  1c 74 6f 1e 1c 62 65 1e  |code.is..to..be.|
00001790  0a 1d 1c 1c 1c 1c 1c 1c  72 65 6d 6f 76 65 64 1e  |........removed.|
000017a0  66 72 6f 6d 1e 74 68 65  1e 70 72 69 6e 74 65 72  |from.the.printer|
000017b0  1e 64 72 69 76 65 72 2c  1e 1c 61 6e 64 1e 61 1e  |.driver,..and.a.|
000017c0  64 65 66 61 75 6c 74 1e  69 73 1e 67 69 76 65 6e  |default.is.given|
000017d0  2c 1e 1c 70 72 65 73 73  69 6e 67 1e 0a 1d 1c 1c  |,..pressing.....|
000017e0  1c 1c 1c 1c 3c 52 65 74  75 72 6e 3e 1e 1c 77 69  |....<Return>..wi|
000017f0  6c 6c 1e 61 63 63 65 70  74 1e 74 68 65 1e 64 65  |ll.accept.the.de|
00001800  66 61 75 6c 74 2e 1e 1c  54 6f 1e 63 61 6e 63 65  |fault...To.cance|
00001810  6c 1e 1c 74 68 65 1e 1c  64 65 66 61 75 6c 74 2c  |l..the..default,|
00001820  1e 1c 70 72 65 73 73 1e  0a 1d 1c 1c 1c 1c 1c 1c  |..press.........|
00001830  3c 53 70 61 63 65 3e 1e  62 65 66 6f 72 65 1e 3c  |<Space>.before.<|
00001840  52 65 74 75 72 6e 3e 2e  0a 0a 0b 1b 1b 81 55 73  |Return>.......Us|
00001850  69 6e 67 1e 70 6c 61 63  65 68 6f 6c 64 65 72 73  |ing.placeholders|
00001860  0a 1b 80 0a 1d 1c 1c 1c  1c 1c 1c 43 65 72 74 61  |...........Certa|
00001870  69 6e 1e 1c 63 6f 6d 6d  61 6e 64 73 1e 28 66 6f  |in..commands.(fo|
00001880  72 1e 65 78 61 6d 70 6c  65 1e 76 65 72 74 69 63  |r.example.vertic|
00001890  61 6c 1e 74 61 62 29 1e  72 65 71 75 69 72 65 1e  |al.tab).require.|
000018a0  74 68 65 1e 75 73 65 1e  1c 6f 66 1e 1c 61 1e 0a  |the.use..of..a..|
000018b0  1d 1c 1c 1c 1c 1c 1c 70  6c 61 63 65 68 6f 6c 64  |.......placehold|
000018c0  65 72 2e 1e 1c 41 1e 1c  70 6c 61 63 65 68 6f 6c  |er...A..placehol|
000018d0  64 65 72 1e 62 79 74 65  1e 73 69 67 6e 69 66 69  |der.byte.signifi|
000018e0  65 73 1e 74 68 65 1e 70  6f 73 69 74 69 6f 6e 1e  |es.the.position.|
000018f0  1c 69 6e 1e 1c 77 68 69  63 68 1e 0a 1d 1c 1c 1c  |.in..which......|
00001900  1c 1c 1c 46 69 72 73 74  1e 57 6f 72 64 1e 50 6c  |...First.Word.Pl|
00001910  75 73 1e 77 69 6c 6c 1e  69 6e 73 65 72 74 1e 61  |us.will.insert.a|
00001920  1e 6e 75 6d 65 72 69 63  1e 76 61 6c 75 65 1e 69  |.numeric.value.i|
00001930  6e 1e 74 68 65 1e 63 6f  6d 6d 61 6e 64 1e 1c 73  |n.the.command..s|
00001940  74 72 69 6e 67 2e 1e 0a  1d 1c 1c 1c 1c 1c 1c 48  |tring..........H|
00001950  6f 77 65 76 65 72 2c 1e  6d 61 6e 79 1e 70 72 69  |owever,.many.pri|
00001960  6e 74 65 72 73 1e 77 69  6c 6c 1e 6e 6f 74 1e 61  |nters.will.not.a|
00001970  63 63 65 70 74 1e 61 1e  73 69 6d 70 6c 65 1e 76  |ccept.a.simple.v|
00001980  61 6c 75 65 1e 63 6f 75  6e 74 69 6e 67 1e 66 72  |alue.counting.fr|
00001990  6f 6d 1e 0a 1d 1c 1c 1c  1c 1c 1c 7a 65 72 6f 1e  |om.........zero.|
000019a0  28 61 73 1e 31 73 74 1e  57 6f 72 64 1e 50 6c 75  |(as.1st.Word.Plu|
000019b0  73 1e 77 69 73 68 65 73  1e 74 6f 1e 6f 75 74 70  |s.wishes.to.outp|
000019c0  75 74 29 2c 1e 73 6f 1e  74 68 65 1e 66 61 63 69  |ut),.so.the.faci|
000019d0  6c 69 74 79 1e 65 78 69  73 74 73 1e 74 6f 1e 0a  |lity.exists.to..|
000019e0  1d 1c 1c 1c 1c 1c 1c 66  6f 72 63 65 1e 1c 31 73  |.......force..1s|
000019f0  74 1e 57 6f 72 64 1e 50  6c 75 73 1e 74 6f 1e 61  |t.Word.Plus.to.a|
00001a00  64 64 1e 61 1e 63 6f 6e  73 74 61 6e 74 1e 74 6f  |dd.a.constant.to|
00001a10  1e 74 68 65 1e 6e 75 6d  65 72 69 63 1e 76 61 6c  |.the.numeric.val|
00001a20  75 65 1e 1c 62 65 66 6f  72 65 1e 0a 1d 1c 1c 1c  |ue..before......|
00001a30  1c 1c 1c 6f 75 74 70 75  74 2e 1e 1c 54 79 70 69  |...output...Typi|
00001a40  63 61 6c 6c 79 2c 1e 1c  61 1e 1c 70 72 69 6e 74  |cally,..a..print|
00001a50  65 72 1e 77 69 6c 6c 1e  72 65 71 75 69 72 65 1e  |er.will.require.|
00001a60  31 73 74 1e 57 6f 72 64  1e 50 6c 75 73 1e 1c 74  |1st.Word.Plus..t|
00001a70  6f 1e 1c 61 64 64 1e 0a  1d 1c 1c 1c 1c 1c 1c 65  |o..add.........e|
00001a80  69 74 68 65 72 1e 1c 31  2c 1e 1c 30 1e 1c 6f 72  |ither..1,..0..or|
00001a90  1e 1c 33 32 1e 28 74 6f  1e 6d 61 6b 65 1e 74 68  |..32.(to.make.th|
00001aa0  65 1e 1c 63 6f 6d 6d 61  6e 64 1e 1c 61 72 67 75  |e..command..argu|
00001ab0  6d 65 6e 74 1e 1c 61 1e  1c 70 72 69 6e 74 61 62  |ment..a..printab|
00001ac0  6c 65 1e 0a 1d 1c 1c 1c  1c 1c 1c 63 68 61 72 61  |le.........chara|
00001ad0  63 74 65 72 29 2e 0a 0a  1d 1c 1c 1c 1c 1c 1c 54  |cter)..........T|
00001ae0  6f 1e 69 6e 73 65 72 74  1e 61 1e 70 6c 61 63 65  |o.insert.a.place|
00001af0  68 6f 6c 64 65 72 2c 1e  1c 73 69 6d 70 6c 79 1e  |holder,..simply.|
00001b00  74 79 70 65 1e 27 50 27  1e 69 6e 1e 74 68 65 1e  |type.'P'.in.the.|
00001b10  63 6f 6d 6d 61 6e 64 1e  73 74 72 69 6e 67 2e 1e  |command.string..|
00001b20  54 6f 1e 0a 1d 1c 1c 1c  1c 1c 1c 66 6f 72 63 65  |To.........force|
00001b30  1e 1c 31 73 74 1e 1c 57  6f 72 64 1e 50 6c 75 73  |..1st..Word.Plus|
00001b40  1e 74 6f 1e 61 64 64 1e  31 1e 75 73 65 1e 27 50  |.to.add.1.use.'P|
00001b50  31 27 2e 1e 1c 54 6f 1e  61 64 64 1e 33 32 1e 1c  |1'...To.add.32..|
00001b60  75 73 65 1e 1c 27 50 33  32 27 1e 1c 69 6e 1e 0a  |use..'P32'..in..|
00001b70  1d 1c 1c 1c 1c 1c 1c 64  65 63 69 6d 61 6c 1e 6d  |.......decimal.m|
00001b80  6f 64 65 2c 1e 6f 72 1e  27 50 32 30 27 1e 69 6e  |ode,.or.'P20'.in|
00001b90  1e 68 65 78 1e 6d 6f 64  65 2e 0a 0a 1d 1c 1c 1c  |.hex.mode.......|
00001ba0  1c 1c 1c 53 69 6e 63 65  1e 1c 70 6c 61 63 65 68  |...Since..placeh|
00001bb0  6f 6c 64 65 72 73 1e 61  72 65 1e 69 6e 74 65 72  |olders.are.inter|
00001bc0  6e 61 6c 6c 79 1e 73 74  6f 72 65 64 1e 62 79 1e  |nally.stored.by.|
00001bd0  27 31 73 74 49 6e 73 74  61 6c 6c 27 1e 61 73 1e  |'1stInstall'.as.|
00001be0  1c 62 79 74 65 73 1e 0a  1d 1c 1c 1c 1c 1c 1c 77  |.bytes.........w|
00001bf0  69 74 68 1e 1c 74 68 65  1e 68 69 67 68 1e 62 69  |ith..the.high.bi|
00001c00  74 1e 73 65 74 2c 1e 1c  77 68 65 6e 1e 65 64 69  |t.set,..when.edi|
00001c10  74 69 6e 67 1e 61 6e 1e  65 78 69 73 74 69 6e 67  |ting.an.existing|
00001c20  1e 1c 66 69 6c 65 2c 1e  1c 27 50 27 1e 1c 77 69  |..file,..'P'..wi|
00001c30  6c 6c 1e 0a 1d 1c 1c 1c  1c 1c 1c 61 70 70 65 61  |ll.........appea|
00001c40  72 1e 1c 61 73 1e 27 38  30 27 2c 1e 1c 27 50 31  |r..as.'80',..'P1|
00001c50  27 1e 61 73 1e 27 38 31  27 1e 61 6e 64 1e 27 50  |'.as.'81'.and.'P|
00001c60  33 32 27 2f 27 50 32 30  27 1e 61 73 1e 1c 27 41  |32'/'P20'.as..'A|
00001c70  30 27 2e 1e 1c 54 68 75  73 1e 1c 61 6e 79 1e 0a  |0'...Thus..any..|
00001c80  1d 1c 1c 1c 1c 1c 1c 63  68 61 72 61 63 74 65 72  |.......character|
00001c90  1e 76 61 6c 75 65 1e 6f  66 1e 67 72 65 61 74 65  |.value.of.greate|
00001ca0  72 1e 74 68 61 6e 1e 68  65 78 1e 37 46 1e 69 73  |r.than.hex.7F.is|
00001cb0  1e 74 72 65 61 74 65 64  1e 61 73 1e 61 1e 70 6c  |.treated.as.a.pl|
00001cc0  61 63 65 68 6f 6c 64 65  72 2e 0a 0a 1d 1c 1c 1c  |aceholder.......|
00001cd0  1c 1c 1c 54 68 65 1e 63  6f 6d 6d 61 6e 64 73 1e  |...The.commands.|
00001ce0  74 68 61 74 1e 72 65 71  75 69 72 65 1e 70 6c 61  |that.require.pla|
00001cf0  63 65 68 6f 6c 64 65 72  73 1e 61 72 65 1e 69 6e  |ceholders.are.in|
00001d00  64 69 63 61 74 65 64 1e  62 79 1e 74 68 65 1e 1c  |dicated.by.the..|
00001d10  73 75 66 66 69 78 1e 0a  1d 1c 1c 1c 1c 1c 1c 27  |suffix.........'|
00001d20  1b 88 5b 50 5d 1b 80 27  1e 69 6e 1e 74 68 65 1e  |..[P]..'.in.the.|
00001d30  70 72 6f 6d 70 74 2e 0a  0a 0a 1b 89 43 68 61 6e  |prompt......Chan|
00001d40  67 69 6e 67 1e 43 68 61  72 61 63 74 65 72 1e 54  |ging.Character.T|
00001d50  72 61 6e 73 6c 61 74 69  6f 6e 73 0a 1b 80 0a 1d  |ranslations.....|
00001d60  1c 1c 1c 1c 1c 1c 4f 6e  63 65 1e 1c 74 68 65 1e  |......Once..the.|
00001d70  6c 61 73 74 1e 63 68 61  72 61 63 74 65 72 69 73  |last.characteris|
00001d80  74 69 63 1e 68 61 73 1e  62 65 65 6e 1e 65 6e 74  |tic.has.been.ent|
00001d90  65 72 65 64 2c 1e 1c 74  68 65 1e 1c 70 72 6f 67  |ered,..the..prog|
00001da0  72 61 6d 1e 1c 67 6f 65  73 1e 0a 1d 1c 1c 1c 1c  |ram..goes.......|
00001db0  1c 1c 69 6e 74 6f 1e 1b  81 63 68 61 72 61 63 74  |..into...charact|
00001dc0  65 72 1e 74 72 61 6e 73  6c 61 74 69 6f 6e 1b 80  |er.translation..|
00001dd0  1e 6d 6f 64 65 2e 1e 1c  41 1e 6d 61 74 72 69 78  |.mode...A.matrix|
00001de0  1e 6f 66 1e 41 72 63 68  69 6d 65 64 65 73 1e 63  |.of.Archimedes.c|
00001df0  68 61 72 61 63 74 65 72  73 1e 0a 1d 1c 1c 1c 1c  |haracters.......|
00001e00  1c 1c 69 73 1e 64 69 73  70 6c 61 79 65 64 2c 1e  |..is.displayed,.|
00001e10  61 6e 64 1e 74 68 65 1e  6d 6f 75 73 65 1e 70 6f  |and.the.mouse.po|
00001e20  69 6e 74 65 72 1e 61 70  70 65 61 72 73 2e 0a 1b  |inter.appears...|
00001e30  80 0a 1d 1c 1c 1c 1c 1c  1c 49 66 1e 1c 61 1e 63  |.........If..a.c|
00001e40  68 61 72 61 63 74 65 72  1e 69 73 1e 64 69 73 70  |haracter.is.disp|
00001e50  6c 61 79 65 64 1e 69 6e  1e 74 68 65 1e 6d 61 74  |layed.in.the.mat|
00001e60  72 69 78 1e 69 6e 1e 1b  88 79 65 6c 6c 6f 77 1b  |rix.in...yellow.|
00001e70  80 2c 1e 1c 69 74 1e 1c  77 69 6c 6c 1e 1c 62 65  |.,..it..will..be|
00001e80  1e 0a 1d 1c 1c 1c 1c 1c  1c 73 65 6e 74 1e 64 69  |.........sent.di|
00001e90  72 65 63 74 6c 79 1e 74  6f 1e 74 68 65 1e 70 72  |rectly.to.the.pr|
00001ea0  69 6e 74 65 72 2e 1e 49  66 1e 69 74 1e 69 73 1e  |inter..If.it.is.|
00001eb0  64 69 73 70 6c 61 79 65  64 1e 69 6e 1e 1b 88 72  |displayed.in...r|
00001ec0  65 64 1b 80 2c 1e 69 74  1e 77 69 6c 6c 1e 62 65  |ed..,.it.will.be|
00001ed0  1e 0a 1d 1c 1c 1c 1c 1c  1c 69 67 6e 6f 72 65 64  |.........ignored|
00001ee0  1e 61 74 1e 70 72 69 6e  74 1e 74 69 6d 65 2e 1e  |.at.print.time..|
00001ef0  49 66 1e 69 74 1e 69 73  1e 64 69 73 70 6c 61 79  |If.it.is.display|
00001f00  65 64 1e 69 6e 1e 1b 88  67 72 65 65 6e 1b 80 2c  |ed.in...green..,|
00001f10  1e 74 68 65 6e 1e 74 68  65 72 65 1e 69 73 1e 61  |.then.there.is.a|
00001f20  1e 0a 1d 1c 1c 1c 1c 1c  1c 63 68 61 72 61 63 74  |.........charact|
00001f30  65 72 1e 74 72 61 6e 73  6c 61 74 69 6f 6e 1e 73  |er.translation.s|
00001f40  74 72 69 6e 67 1e 73 65  74 1e 75 70 1e 66 6f 72  |tring.set.up.for|
00001f50  1e 74 68 61 74 1e 63 68  61 72 61 63 74 65 72 2e  |.that.character.|
00001f60  0a 0a 1d 1c 1c 1c 1c 1c  1c 54 6f 1e 1c 63 68 61  |.........To..cha|
00001f70  6e 67 65 1e 74 68 65 1e  63 6f 6c 6f 75 72 1e 6f  |nge.the.colour.o|
00001f80  66 1e 61 1e 63 68 61 72  61 63 74 65 72 1e 69 6e  |f.a.character.in|
00001f90  1e 74 68 65 1e 6d 61 74  72 69 78 1e 28 61 6e 64  |.the.matrix.(and|
00001fa0  1e 68 65 6e 63 65 1e 1c  69 74 27 73 1e 0a 1d 1c  |.hence..it's....|
00001fb0  1c 1c 1c 1c 1c 70 72 69  6e 74 65 72 1e 61 76 61  |.....printer.ava|
00001fc0  69 6c 61 62 69 6c 69 74  79 29 2c 1e 1c 70 6f 69  |ilability),..poi|
00001fd0  6e 74 1e 74 6f 1e 69 74  1e 77 69 74 68 1e 74 68  |nt.to.it.with.th|
00001fe0  65 1e 6d 6f 75 73 65 2c  1e 1c 61 6e 64 1e 70 72  |e.mouse,..and.pr|
00001ff0  65 73 73 1e 1c 74 68 65  1e 0a 1d 1c 1c 1c 1c 1c  |ess..the........|
00002000  1c 72 65 6c 65 76 61 6e  74 1e 62 75 74 74 6f 6e  |.relevant.button|
00002010  3a 1e 1c 1b 88 53 65 6c  65 63 74 1b 80 1e 66 6f  |:....Select...fo|
00002020  72 1e 79 65 6c 6c 6f 77  2c 1e 1b 88 4d 65 6e 75  |r.yellow,...Menu|
00002030  1b 80 1e 66 6f 72 1e 67  72 65 65 6e 2c 1e 61 6e  |...for.green,.an|
00002040  64 1e 1b 88 41 64 6a 75  73 74 1b 80 1e 66 6f 72  |d...Adjust...for|
00002050  1e 0a 1d 1c 1c 1c 1c 1c  1c 52 65 64 2e 0a 0a 1d  |.........Red....|
00002060  1c 1c 1c 1c 1c 1c 57 68  65 6e 1e 1c 64 65 66 69  |......When..defi|
00002070  6e 69 6e 67 1e 63 68 61  72 61 63 74 65 72 1e 74  |ning.character.t|
00002080  72 61 6e 73 6c 61 74 69  6f 6e 73 1e 75 73 69 6e  |ranslations.usin|
00002090  67 1e 74 68 65 1e 1c 1b  88 6d 65 6e 75 1b 80 1e  |g.the....menu...|
000020a0  1c 62 75 74 74 6f 6e 2c  1e 1c 74 68 65 1e 0a 1d  |.button,..the...|
000020b0  1c 1c 1c 1c 1c 1c 73 61  6d 65 1e 6d 65 74 68 6f  |......same.metho|
000020c0  64 1e 69 73 1e 75 73 65  64 1e 66 6f 72 1e 69 6e  |d.is.used.for.in|
000020d0  70 75 74 1e 61 73 1e 69  6e 1e 64 65 66 69 6e 69  |put.as.in.defini|
000020e0  6e 67 1e 63 6f 6e 66 69  67 75 72 61 74 69 6f 6e  |ng.configuration|
000020f0  1e 1c 73 74 72 69 6e 67  73 1e 0a 1d 1c 1c 1c 1c  |..strings.......|
00002100  1c 1c 61 62 6f 76 65 2e  0a 0a 1d 1c 1c 1c 1c 1c  |..above.........|
00002110  1c 4f 6e 63 65 1e 74 68  65 1e 63 68 61 72 61 63  |.Once.the.charac|
00002120  74 65 72 1e 6d 61 74 72  69 78 1e 69 73 1e 64 65  |ter.matrix.is.de|
00002130  66 69 6e 65 64 2c 1e 6d  6f 76 65 1e 74 68 65 1e  |fined,.move.the.|
00002140  6d 6f 75 73 65 1e 70 6f  69 6e 74 65 72 1e 74 6f  |mouse.pointer.to|
00002150  1e 74 68 65 1e 0a 1d 1c  1c 1c 1c 1c 1c 6d 61 67  |.the.........mag|
00002160  65 6e 74 61 1e 1c 77 6f  72 64 1e 1c 22 45 6e 64  |enta..word.."End|
00002170  22 1e 1c 61 74 1e 1c 70  6f 73 69 74 69 6f 6e 1e  |"..at..position.|
00002180  1c 31 32 37 1e 1c 69 6e  1e 1c 74 68 65 1e 1c 63  |.127..in..the..c|
00002190  68 61 72 61 63 74 65 72  1e 1c 6d 61 74 72 69 78  |haracter..matrix|
000021a0  1e 0a 1d 1c 1c 1c 1c 1c  1c 28 63 68 61 72 61 63  |.........(charac|
000021b0  74 65 72 1e 31 32 37 1e  2d 1e 64 65 6c 65 74 65  |ter.127.-.delete|
000021c0  1e 2d 1e 63 61 6e 6e 6f  74 1e 62 65 1e 72 65 64  |.-.cannot.be.red|
000021d0  65 66 69 6e 65 64 29 1e  61 6e 64 1e 70 72 65 73  |efined).and.pres|
000021e0  73 1e 61 6e 79 1e 1c 6d  6f 75 73 65 1e 0a 1d 1c  |s.any..mouse....|
000021f0  1c 1c 1c 1c 1c 62 75 74  74 6f 6e 2e 0a 0a 0b 18  |.....button.....|
00002200  1f 39 5b 2e 2e 2e 2e 2e  2e 7f 2e 2e 2e 2e 7f 2e  |.9[.............|
00002210  2e 7f 2e 2e 2e 2e 7f 2e  2e 2e 2e 7f 2e 2e 2e 2e  |................|
00002220  7f 2e 2e 2e 2e 7f 2e 2e  2e 2e 7f 2e 2e 2e 2e 7f  |................|
00002230  2e 2e 2e 2e 7f 2e 2e 2e  2e 7f 2e 2e 2e 2e 7f 2e  |................|
00002240  2e 2e 2e 7f 2e 2e 2e 2e  7f 2e 2e 5d 31 31 31 0a  |...........]111.|
00002250  1b 89 53 61 76 69 6e 67  1e 74 68 65 1e 68 65 78  |..Saving.the.hex|
00002260  1e 66 69 6c 65 0a 1b 80  0a 1d 1c 1c 1c 1c 1c 1c  |.file...........|
00002270  4f 6e 63 65 1e 22 45 6e  64 22 1e 68 61 73 1e 62  |Once."End".has.b|
00002280  65 65 6e 1e 73 65 6c 65  63 74 65 64 1e 6f 6e 1e  |een.selected.on.|
00002290  74 68 65 1e 63 68 61 72  61 63 74 65 72 1e 6d 61  |the.character.ma|
000022a0  74 72 69 78 2c 1e 1c 74  68 65 1e 75 73 65 72 1e  |trix,..the.user.|
000022b0  1c 69 73 1e 0a 1d 1c 1c  1c 1c 1c 1c 67 69 76 65  |.is.........give|
000022c0  6e 1e 1c 61 6e 1e 6f 70  70 6f 72 74 75 6e 69 74  |n..an.opportunit|
000022d0  79 1e 74 6f 1e 72 65 70  65 61 74 1e 74 68 65 1e  |y.to.repeat.the.|
000022e0  77 68 6f 6c 65 1e 64 69  61 6c 6f 67 75 65 2e 1e  |whole.dialogue..|
000022f0  1c 49 66 1e 6f 6e 6c 79  1e 61 1e 1c 66 65 77 1e  |.If.only.a..few.|
00002300  0a 1d 1c 1c 1c 1c 1c 1c  66 69 65 6c 64 73 1e 1c  |........fields..|
00002310  77 65 72 65 1e 1c 6f 72  69 67 69 6e 61 6c 6c 79  |were..originally|
00002320  1e 1c 65 6e 74 65 72 65  64 1e 69 6e 1e 1c 65 72  |..entered.in..er|
00002330  72 6f 72 2c 1e 1c 74 68  65 6e 1e 1c 74 68 65 1e  |ror,..then..the.|
00002340  1c 6d 65 74 68 6f 64 1e  1c 6f 66 1e 0a 1d 1c 1c  |.method..of.....|
00002350  1c 1c 1c 1c 70 72 6f 76  69 64 69 6e 67 1e 74 68  |....providing.th|
00002360  65 1e 70 72 65 76 69 6f  75 73 6c 79 2d 65 6e 74  |e.previously-ent|
00002370  65 72 65 64 1e 76 61 6c  75 65 1e 61 73 1e 61 1e  |ered.value.as.a.|
00002380  64 65 66 61 75 6c 74 1e  6d 65 61 6e 73 1e 74 68  |default.means.th|
00002390  61 74 1e 1c 74 68 65 1e  0a 1d 1c 1c 1c 1c 1c 1c  |at..the.........|
000023a0  75 73 65 72 1e 1c 63 61  6e 1e 1c 73 69 6d 70 6c  |user..can..simpl|
000023b0  79 1e 70 72 65 73 73 1e  3c 52 65 74 75 72 6e 3e  |y.press.<Return>|
000023c0  1e 74 6f 1e 73 6b 69 70  1e 74 68 69 73 1e 71 75  |.to.skip.this.qu|
000023d0  65 73 74 69 6f 6e 1e 1c  67 69 76 69 6e 67 1e 1c  |estion..giving..|
000023e0  74 68 65 1e 0a 1d 1c 1c  1c 1c 1c 1c 73 61 6d 65  |the.........same|
000023f0  1e 72 65 73 70 6f 6e 73  65 1e 61 73 1e 6c 61 73  |.response.as.las|
00002400  74 1e 74 69 6d 65 2e 0a  0a 0b 13 1d 1c 1c 1c 1c  |t.time..........|
00002410  1c 1c 54 68 69 73 1e 70  72 6f 63 65 73 73 1e 6d  |..This.process.m|
00002420  61 79 1e 62 65 1e 72 65  70 65 61 74 65 64 1e 6d  |ay.be.repeated.m|
00002430  61 6e 79 1e 74 69 6d 65  73 2e 1e 1c 4f 6e 63 65  |any.times...Once|
00002440  1e 74 68 65 1e 6f 70 74  69 6f 6e 1e 68 61 73 1e  |.the.option.has.|
00002450  1c 62 65 65 6e 1e 0a 1d  1c 1c 1c 1c 1c 1c 73 65  |.been.........se|
00002460  6c 65 63 74 65 64 1e 74  6f 1e 73 61 76 65 1e 74  |lected.to.save.t|
00002470  68 65 1e 66 69 6c 65 2c  1e 70 72 6f 63 65 73 73  |he.file,.process|
00002480  69 6e 67 1e 63 6f 6e 74  69 6e 75 65 73 1e 69 6e  |ing.continues.in|
00002490  1e 61 1e 73 69 6d 69 6c  61 72 1e 6d 61 6e 6e 65  |.a.similar.manne|
000024a0  72 1e 0a 1d 1c 1c 1c 1c  1c 1c 74 6f 1e 6c 6f 61  |r.........to.loa|
000024b0  64 69 6e 67 1e 61 1e 66  69 6c 65 1e 28 73 65 65  |ding.a.file.(see|
000024c0  1e 61 62 6f 76 65 29 2e  0a 0a 1d 1c 1c 1c 1c 1c  |.above).........|
000024d0  1c 41 1e 63 61 74 61 6c  6f 67 75 65 1e 6f 66 1e  |.A.catalogue.of.|
000024e0  22 26 2e 31 57 50 2e 68  65 78 22 1e 69 73 1e 64  |"&.1WP.hex".is.d|
000024f0  69 73 70 6c 61 79 65 64  1e 69 66 1e 69 74 1e 69  |isplayed.if.it.i|
00002500  73 1e 61 76 61 69 6c 61  62 6c 65 2c 1e 61 6e 64  |s.available,.and|
00002510  1e 74 68 65 1e 0a 1d 1c  1c 1c 1c 1c 1c 75 73 65  |.the.........use|
00002520  72 1e 69 73 1e 70 72 6f  6d 70 74 65 64 1e 66 6f  |r.is.prompted.fo|
00002530  72 1e 61 1e 66 69 6c 65  6e 61 6d 65 2e 1e 49 66  |r.a.filename..If|
00002540  1e 61 1e 70 72 69 6e 74  65 72 1e 64 72 69 76 65  |.a.printer.drive|
00002550  72 1e 77 61 73 1e 70 72  65 76 69 6f 75 73 6c 79  |r.was.previously|
00002560  1e 0a 1d 1c 1c 1c 1c 1c  1c 6c 6f 61 64 65 64 2c  |.........loaded,|
00002570  1e 69 74 27 73 1e 66 69  6c 65 6e 61 6d 65 1e 77  |.it's.filename.w|
00002580  69 6c 6c 1e 62 65 1e 74  68 65 1e 64 65 66 61 75  |ill.be.the.defau|
00002590  6c 74 2e 1e 49 66 1e 6e  6f 1e 70 72 69 6e 74 65  |lt..If.no.printe|
000025a0  72 1e 64 72 69 76 65 72  1e 77 61 73 1e 0a 1d 1c  |r.driver.was....|
000025b0  1c 1c 1c 1c 1c 6c 6f 61  64 65 64 2c 1e 1c 74 68  |.....loaded,..th|
000025c0  65 1e 1c 66 69 72 73 74  1e 1c 77 6f 72 64 1e 1c  |e..first..word..|
000025d0  6f 66 1e 74 68 65 1e 70  72 69 6e 74 65 72 1e 6e  |of.the.printer.n|
000025e0  61 6d 65 1e 77 69 6c 6c  1e 62 65 1e 1c 75 73 65  |ame.will.be..use|
000025f0  64 1e 1c 61 73 1e 1c 61  1e 0a 1d 1c 1c 1c 1c 1c  |d..as..a........|
00002600  1c 64 65 66 61 75 6c 74  1e 66 69 6c 65 6e 61 6d  |.default.filenam|
00002610  65 2e 1e 1c 49 66 1e 74  68 69 73 1e 63 6f 6e 74  |e...If.this.cont|
00002620  61 69 6e 73 1e 62 61 64  1e 63 68 61 72 61 63 74  |ains.bad.charact|
00002630  65 72 73 1e 66 6f 72 1e  61 1e 1c 66 69 6c 65 6e  |ers.for.a..filen|
00002640  61 6d 65 2c 1e 0a 1d 1c  1c 1c 1c 1c 1c 41 44 46  |ame,.........ADF|
00002650  53 1e 1c 77 69 6c 6c 1e  1c 67 65 6e 65 72 61 74  |S..will..generat|
00002660  65 1e 61 6e 1e 65 72 72  6f 72 2c 1e 1c 61 6e 64  |e.an.error,..and|
00002670  1e 74 68 65 1e 75 73 65  72 1e 69 73 1e 72 65 2d  |.the.user.is.re-|
00002680  70 72 6f 6d 70 74 65 64  1e 1c 66 6f 72 1e 1c 61  |prompted..for..a|
00002690  1e 0a 1d 1c 1c 1c 1c 1c  1c 66 69 6c 65 6e 61 6d  |.........filenam|
000026a0  65 2e 0a 0a 1b 89 41 6e  79 1e 51 75 65 72 69 65  |e.....Any.Querie|
000026b0  73 0a 1b 80 0a 1d 1c 1c  1c 1c 1c 1c 49 66 1e 79  |s...........If.y|
000026c0  6f 75 1e 73 74 69 6c 6c  1e 68 61 76 65 1e 61 6e  |ou.still.have.an|
000026d0  79 1e 71 75 65 72 69 65  73 2c 1e 1c 49 1e 77 69  |y.queries,..I.wi|
000026e0  6c 6c 1e 62 65 1e 67 6c  61 64 1e 74 6f 1e 68 65  |ll.be.glad.to.he|
000026f0  6c 70 1e 2d 1e 63 6f 6e  74 61 63 74 1e 6d 65 1e  |lp.-.contact.me.|
00002700  0a 1d 1c 1c 1c 1c 1c 1c  76 69 61 1e 50 61 75 6c  |........via.Paul|
00002710  1e 42 65 76 65 72 6c 65  79 1e 6f 66 1e 1b 84 41  |.Beverley.of...A|
00002720  72 63 68 69 76 65 1b 80  2e 0a 0a                 |rchive.....|
0000272b