F$DelImg

From NitrOS-9
Jump to: navigation, search
Deallocate Image RAM Blocks Deallocates image RAM blocks
OS9 F$DelImg 103F 3B

Entry Conditions

A number of starting block

B block count

X process descriptor pointer

Error Output

CC carry set on error

B error code, if any

Additional Information

  • This system call deallocates memory from a process’s address space. It frees the RAM for system use and frees the DAT image for the process. Its main use is to let the system clean up after a process death.

krnp2