LOAD-BINARY
Jump to navigation
Jump to search
@LOAD-BINARY <file name>
Load a program in BPUN format from a file to the user's memory and start executing it.
- <file name>
- (default type = BPUN) Program file name.
Rules:
- Permitted for all users.
- The file must start with a bootstrap loader.
- The addresses used for loading and start are found in the program file, written by a )BPUN command (@MAC, @MACF, etc.).
- When loading, a checksum is calculated and compared to the one in the program file. If they do not match, no execution is attempted and an error message is output.
Example:
@LOAD-BINARY PROG-1
The program in the file PROG-1:BPUN is loaded and executed.
Related commands
References
Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.3.5
Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), page 1-98
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD