Difference between revisions of "MC-Basic:OUNLOAD"

From SoftMC-Wiki
Jump to: navigation, search
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:OLOAD|OLOAD]]
+
* [[MC-Basic:OLOAD|OLOAD]]
 
* [[Axystems:MC-Basic:OLOAD$|OLOAD$]]
 
* [[Axystems:MC-Basic:OLOAD$|OLOAD$]]
 
* [[Axystems:MC-Basic:OUNLOAD$|OUNLOAD$]]
 
* [[Axystems:MC-Basic:OUNLOAD$|OUNLOAD$]]

Revision as of 08:39, 22 May 2014

Unloads object module from the system’s memory.

Syntax

OUNLOAD <object file name>

Availability

Versions 3.6.4 and higher

Scope

Task

Examples

Ounload myObj.o

See Also