Difference between revisions of "MC-Basic:OLOAD"
m (Miborich moved page Axystems:MC-Basic:OLOAD to MC-Basic:OLOAD: Global renaming of Axystems: namespace into (Main):) |
|
(No difference)
|
Revision as of 08:39, 22 May 2014
Loads object module into the system’s memory. The object file must be compiled by a GNU C compiler. When OLOAD command fails, a diagnostic file named OLOAD.ERR containing the loading errors is created. The OLOAD.ERR can be retrieved.
Syntax
OLOAD <object file name>
Availability
All versions
Scope
Config , Terminal
Examples
oload myObj.o