Difference between revisions of "F$AllRAM"

From NitrOS-9
Jump to: navigation, search
(Created page with '{| |- valign="top" | '''Allocate RAM''' | '''Searches the memory block map for the desired number of contiguous free RAM blocks''' |- valign="top" | '''OS9 F$AllRAM 103F 39''' |}…')
 
 
Line 10: Line 10:
  
 
B ''number of blocks''
 
B ''number of blocks''
 +
 +
'''Exit Conditions'''
 +
 +
D ''Beginning RAM block number''
  
 
'''Error Output'''
 
'''Error Output'''

Latest revision as of 15:50, 10 July 2016

Allocate RAM Searches the memory block map for the desired number of contiguous free RAM blocks
OS9 F$AllRAM 103F 39

Entry Conditions

B number of blocks

Exit Conditions

D Beginning RAM block number

Error Output

CC carry set on error

B error code, if any

krn