Difference between revisions of "MC-Basic:OLOAD$"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= OLOAD$ <object file name string> |AVAILABILITY= Version 4.5.3 and higher |DESCRIPTION= Loads object module into the system’s memory. The ob…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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 string>

Availability

Version 4.5.3 and higher

Type

<object file name string>: string

Scope

Task , Config , Terminal

Examples

OLoad$ “myObj.o”


Common shared ObjName as string = “myObj.o”

OLoad$ ObjName

See Also