MC-Basic:OLOAD

From SoftMC-Wiki
Revision as of 02:10, 25 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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