Sharp MZ-80P6 Instruction Manual page 36

Hide thumbs Also See for MZ-80P6:
Table of Contents

Advertisement

2. BASIC
for
MZ-80K
Command
,1
:
Example
LIST/P
LlST/P
LlST/P -100
LlST/P
100~500
LIST/P 500­
PRINT/P
PRINT/P A$
PRINT/P CHR$ (N)
PR INT/P "
m "
(Form feed)
PR INT/P "
m"
PRINT/P CHR$"D"
(Non line space mode)
PRINT/plJg
IJ
{Double size mode}
PR INT/PIJ
DD
XX"
Meaning
Outputs to the pri nter the complete I ist of the BAS I C
text.
Outputs to the printer the BASIC text to number 100.
Outputs to the printer the BASIC text from number
100 to 500.
Outputs to the printer the BASIC text after number
500.
Outputs to the printer just as it is the contents of string
variable A$.
For an N of
32~N~255,
it considers this as an ASC II
code, and outputs a match i ng character to the pri nter. It
prints "A" ifN =65.
Feeds paper to top of the form position on the next
page. It is called form feed
.
The function of the control
button "TOP OF FORM" of the printer is controlled
by software
.
Cancels the non-line mode and the double size character
mode.
Sets the printing mode, completely closing up printing
I i ne space. I t is called non I i ne space mode.
Sets the mode to double the present printing size of the
characters. It is called double size mode. There is a 40
digit mode or a 68 digit mode.
Sets the number designed by XX" as the number of
lines that can be printed on one
page.
Maximum number of lines possible is 128.
(Example) When set for 77 lines
With (77)
10
= 40H
PR I NT
11
DD
40"
33

Advertisement

Table of Contents
loading

Table of Contents