Multi-Font User's Manual
Table Of Contents
- Cover
- TABLE OF CONTENTS
- Chapter 1 INTRODUCTION
- 䌀栀愀瀀琀攀爀 ㈀ 匀䔀吀吀䤀一䜀 唀倀 吀䠀䔀 倀刀䤀一吀䔀刀
- Chapter 3 OPTIONAL ACCESSORIES
- Chapter 4 PAPER INSTALLATION AND USE
- Chapter 5 CONTROL PANEL OFERATIONS
- Chapter 6 SETTING THE MEMORY SWITCHES
- Chapter 7 PRINTER CONTROL COMMANDS
- Chapter 8 DOWNLOAD CHARACTERS
- 䌀栀愀瀀琀攀爀 㤀 䴀匀ⴀ䐀伀匀 䄀一䐀 夀伀唀刀 倀刀䤀一吀䔀刀
- Chapter 10 TROUBLESHOOTING AND MAINTENANCE
- Chapter 11 REFERENCE
- INDEX
- COMMAND SUMMARY

MostBASICS,however,arenotquitethatstraightfonvmd.Forexample,the
IBM-PCwillgiveyou a printoutsimilarto Figtue5-6.
(:1(:> (:)1. (:,;? (c’:! (:,4 ‘:!:, {:”6 1:,7
FigtwvS4LSamplehexadecimaldumpwithIBM-PC.
WhentheIBM-PCBASICinterpretersendshexcodeOD(carriagereturn)
itaddsanextrahexOA(linefeed).HexcodeIA(end-of-file)alsogetsspecial
matment:theinteqxeterdoesnotsenditatall.l’hiscancaus epmblemswith
gra@icsor dotioad characterdata.However,youcansolvethisproblem
bychangingline30inthepnxxdingprogramandaddingthecodingshown
below.
CodingforIBM-PCwithmonochromedisplay:
30
G05UB 100
100 X=1 NP (& H3813)
:
IF X<128 THEN 100
110
OUT &H3BC , I
: OUT &H3BE ,5 : OUT &H3BE ,4
120 RETURN
Cading
forIBM-PCwithcoloradapter
30
t30SUB 100
100
X=INP (& H379)
:
IF X<128 THEN 100
110 OUT &H378, I
: OUT &H37A. 5 : OUT &H37A ,4
120 RETURN