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

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies