LOAD-BINARY: Difference between revisions
Jump to navigation
Jump to search
(created page for the LOAD-BINARY command) |
m (Add link) |
||
Line 1: | Line 1: | ||
@LOAD-BINARY <file name> | @LOAD-BINARY <file name> | ||
Load a program in BPUN format from a file to the user's memory and start executing it. | Load a program in [[File_Formats#BPUN|BPUN]] format from a file to the user's memory and start executing it. | ||
; <file name> : (default type = BPUN) Program file name. | ; <file name> : (default type = BPUN) Program file name. | ||
Line 6: | Line 6: | ||
#Permitted for all users. | #Permitted for all users. | ||
#The file must start with a bootstrap loader. | #The file must start with a bootstrap loader. | ||
#The | #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. | #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. | ||
Latest revision as of 10:34, 12 February 2019
@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