MC-Basic:OLOAD$

From SoftMC-Wiki
Revision as of 09:13, 22 May 2014 by Miborich (talk | contribs)
Jump to: navigation, search

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

Since Version 4.5.3

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