-
Notifications
You must be signed in to change notification settings - Fork 0
BLOAD
Andrew Owen edited this page Sep 17, 2023
·
4 revisions
BLOAD file_spec, offset
Loads a memory image file into memory.
- The string expression
file_spec
is a validFILESPEC
file specifcation indicating the file to read the memory image from. -
offset
is a numeric expression in the range[-32768 to 65535]
. It indicates an offset in the current [DEF SEG
] segment where the file is to be stored. If not specified, the offset stored in theBSAVE
file will be used. If negative, its two's complement will be used.
- The loaded file is not in
BSAVE
format: Bad file mode. -
file_spec
contains disallowed characters: Bad file name. -
file_spec
has a numeric value: Type mismatch. -
offset
is not in the range[-32768 to 65535]
: Overflow.
- Press
RETURN
to return to this menu. - Enter the name of a
TOPIC
to display it. - Enter
EXIT
to return to BASIC.
Choose from the following topics: