Owner`s manual

82
5.1
Summary of DISK BASIC Commands, Statements,
Functions and Operations
5.1.1
Commands
DIR
DIRIP
LOAD
DIR
DIR
FD1
DIR
Displays floppy disk directory.
Information indicated
at
directory display is as follows:
Registered filemode, registration condition (locked
or
not) and filename
Note:
For
the directory display
on
the
CRT
screen, there is a
stop when one screen amount is displayed, and the cursor
appears.
To
continue the directory display the
~
key
can
be
pushed,
or
it is possible to move
to
another
command.
Displays the directory of the floppy disk in floppy disk
drive number
1.
When the
DIR
command is executed, the
system memorizes that drive number, and thereafter the
drive number can
be
omitted to designate direct execution
commands and file access commands for that same floppy
disk drive.
Displays the directory of the floppy disk in the floppy disk
drive that was executed
by
the most recent
DIR
com-
mand.
DIR/P"
FD1" Prints floppy directory on line printer.
LOAD"
FD1
:
DAY"
Reads
out
BASIC
texqaofX)
with
"DAY"
fife
name in
floppy disk.
LOAD
"FD2:SUN".
Consider BSD file
"SUN"
file name in floppy disk drive
A number 2 as ASCII format and read it out.
LIMIT
$DOOO:
LOAD
For
read-out
of
machine language program file (OBJ)
"B"
linked
to
a BASIC text, it
is
necessary to separate the
machine language area and the BASIC area by the LIMIT
command. Refer to the command used for linking with
the machine language program.