F$Unload

From NitrOS-9
Jump to: navigation, search
Unlink a Module By Name Decrements a specified module’s link count, and removes the module from memory if the resulting link count is zero
OS9 F$UnLoad 103F 1D

Entry Conditions

A module type
X pointer to module name

Error Output

CC carry set on error
B error code (if any)

Additional Information

  • This system call differs from Unlink in that it uses a pointer to the module name instead of the address of the module header.

krnp2