F$AllHRAM

From NitrOS-9
Jump to: navigation, search
Allocate High RAM Allocate system memory from high physical memory
OS9 F$AllHRam 103F 53

Entry Conditions

B number of blocks

Error Output

CC carry set on error

B error code, if any

Additional Information

  • This call searches for the desired number of contiguous free RAM blocks, starting its search at the top of memory. F$AllHRam is similar to F$AllRAM except F$AllRAM begins its search at the bottom of memory.
  • Screen allocation routines use this call to provide a better chance of finding the necessary memory for a screen.

krnp2