Download Print this page

Radio Shack TRS-80 model III Owner's Manual page 61

Mini-disk operation, trsdos disk operating system, disk basic programming language
Hide thumbs Also See for TRS-80 model III:

Advertisement

TRS-80
MODEL
III
DISK
SYSTEM
Examples
LIST
DATA/TXT
(ASCII
)
Lists the
contents of
data/txt
in
ascii
format.
LIST
FILE/A
(SLON)
Lists the
contents of
fiee/a,
pausing
after
each
record.
LIST
PROGRAM/CMD
(PRT)
Lists the
file
program
/cmd
to
the
Printer.
LOAD
Load
a
Program
File
load
file
Hie
is
a
file
specification
for
a
file
created by
the
dump
command
This
command
loads a
machine-language program
file
into
memory.
After
the
file is
loaded,
trsdos
returns
to
the
trsdos
ready
mode.
You
cannot use
this
command
to
load
a
basic
program
or
any
file
created
by
basic.
See
the
basic Reference
Manual
for instructions
on
loading basic
programs.
Note:
The
file
must
load
into the
user area
(X'7000'-top).
Examples
LOAD PAYROLL/
PT1
Sample Use
Often
several
program modules must
be loaded
into
memory
for
use
by
a
master
program. For example, suppose
payrouvpti
and payroee/pt2
are
modules, and
menu
is
the
master program.
Then
you
could use
the
commands:
LOAD
PAYR0LL/PT1
LOAD
PAYR0LL/PT2
to
get
modules
into
memory,
and
then
type:
MENU
to
load
and
execute
menu.
54

Advertisement

loading