Declaration:
unsigned long MaxAddr(int addr_space);
Description
Returns the upper boundary address of the processor address space. Constants with the AS_ prefix for the addr_space parameter are defined in the system.h header file.
Example
See MinAddr
|