F$SRqMem

From NitrOS-9
Jump to: navigation, search
Request System Memory Allocates a block of memory of the specified size from the top of available RAM
OS9 F$SRqMem 103F 28

Entry Conditions

D byte count

Exit Conditions

D new memory size

U starting address of the memory area

Error Output

CC carry set on error

B error code, if any

Additional Information

  • The Request System Memory call rounds the size request to the next page boundary.
  • This call allocates memory only for system address space.

krn