Locates which area an address is within
=> R0 = 20
R1 = logical address
<= R0 = area number is a dynamic area (0) or system area (1)
R1 = area number
The kernel searches its lists of known memory areas and returns the area number of the match, or an error if the given address is neither in a dynamic area nor one of the system areas.
|
|
|