Difference between revisions of "MC-Basic:OLOAD"

From SoftMC-Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:OLOAD}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:OLOAD$|OLOAD$]]
+
* [[MC-Basic:OLOAD$|OLOAD$]]
* [[Axystems:MC-Basic:OUNLOAD|OUNLOAD]]
+
* [[MC-Basic:OUNLOAD|OUNLOAD]]
* [[Axystems:MC-Basic:OUNLOAD$|OUNLOAD$]]
+
* [[MC-Basic:OUNLOAD$|OUNLOAD$]]
 
 
[[Category:Axystems:MC-Basic:Task Control|OLOAD]]
 
  
 +
[[Category:MC-Basic:C-Interface|OLOAD]]
 
}}
 
}}

Latest revision as of 02:10, 25 April 2017

Language: English  • 中文(简体)‎

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