LOAD¶
Command¶
LOAD filename
Explanation¶
The file is loaded into RAM page 0 ready for execution (EXECUTE) or dumping through the serial port in Hex format (SEND).
Examples¶
>LOAD PROG1.COM
The program PROG1.COM is loaded into the execution memory.
Remarks¶
Files are loaded into location 100H upwards. Normally, this facility will be used to dump the file in Intel Hex format.