Specifications
-
._-
--
--
-~
--
-~
~-~
~-~
---
.--.
--
• BASIC
for
MZ-80K
LlST/P
PRINT/P
LlST/P
LlST/P~IOO
LlST/P
100~150
LlST/P
500~
PRINT/P A$
PRINT/P CHR$(N)
PRINT/P
"m"
Form
feed
PRINT/p
"11"
Clear form
Outputs
all the lists in
the
BASIC
text
to
the printer.
Outputs
BASIC
text
as
far
as
statement No.1
00
to
the
printer.
Outputs
BASIC
text
from statement Nos.1
00
to
500
to
the
printer.
Outputs
BASIC
text
from
statement
No.500
on
to
the
printer.
Outputs
the contents
of
string variable A$
to
the
printer.
If
32
~
N
;:;;
255, N will be regarded as ASCII code, and
the
character corresponding
to
it will be
output
to
the
printer.
IfN
= 65,
"A"
will be printed.
Paper
is
fed
to
the
top (form position)
of
the
next
page.
The function
of
the printer control
button
(TOP
OF
FORM) will be carried
out
by the use
of
software.
t-----
--.--.--
--
--
-----j
Cancels line-to-line compression
and
enlarged characters.
1---------+----------
PRINT/P
"0"
Enlarged character
instruction
The
80 characters/line mode 68 characterS/line
mode
will be selected.
-----/----
---
--.--.--
--
--.--
PRINT/P
"0"
Line-to-line
compression mode
PRINT/P
"DO
XX"
(xx = number
of
lines)
Page setting
1/9 inch line feed will be selected.
• Designates the
number
of
lines per page.
• One page can contain a maximum
of
72
lines.
• The
number
of
lines can be designated in hexadecimal
number.
(Ex.)
If
it
is
desired
to
print I1 lines on
one
page,
hexadecimal representation
of
1I
(OBH)
shall
be transmitted.
PRINT/P
"DD
OB
"
•
If
no designation
is
made by software,
the
number
of
lines
as
designated by
the
function switch
SW
I
~
I will
be adopted (66 lines
or
72 lines).
27










