Reads from a file into memory.
LOAD [ALL] "file descriptor" [, A]
└──────┬──────┘
String expression
LOAD "DEMO1"
ALL: Inputs programs to program areas P0 to P9. Can only be specified for input from cassette tape., A: Specifies ASCII format for cassette tape. Binary format is the default
option when , A is omitted. ASCII format is the default option for the communications
circuit, whether specified or not.CAS0: is the default option when the device name is omitted from the file descriptor.| Computer | Loaded program | Result |
|---|---|---|
| Password | Password | LOAD possible when passwords are identical only |
| Password | No password | LOAD possible |
| No password | No password | LOAD possible |
| No password | Password | LOAD possible (under program password |
ALL reads ALL files (file with attribute A, created using SAVE ALL)
from cassette tape into areas P0 through P9.LOAD: first file saved in internal format (attribute B)
LOAD ALL: first file saved in ALL format (attribute A)
LOAD , A: first file saved in ASCII format (attribute S)LOAD "CAS0:TEST
Reads program under filename TEST from cassette tape.