Table of Contents

LOAD

LOAD “filename”, R
Loads the specified BASIC program file into memory from disk.

If you include the R, the computer runs the program immediately after loading it.

LOAD “PROGRAM”,R

LOAD “ACCTS/BAS:1”

LOADM

LOADM “filename”, offset address
Loads the specified machine language program file from disk.

You can specify an offset address to add to the program's loading address.

LOADM “PROG/BIN”, 3522

RTS

Return to Tandy Color Computer or Disk Extended Color BASIC