Difference between revisions of "MC-Basic:OLOAD"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:OUNLOAD$|OUNLOAD$]]
 
* [[Axystems:MC-Basic:OUNLOAD$|OUNLOAD$]]
  
 +
[[Category:Axystems:MC-Basic:Task Control|OLOAD]]
  
 
}}
 
}}

Revision as of 09:16, 11 March 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

See Also