LOAD-BINARY

From NDWiki
Revision as of 10:34, 12 February 2019 by TArntsen (talk | contribs) (Add link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
@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:

  1. Permitted for all users.
  2. The file must start with a bootstrap loader.
  3. The addresses used for loading and start are found in the program file, written by a )BPUN command (@MAC, @MACF, etc.).
  4. 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

@PLACE-BINARY

@RECOVER

@REMOTE-LOAD (command)

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