Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | Address of the handler for OS_Exit, 0 to read |
R1 | Address of the memory limit for OS_GetEnv, 0 to read |
R4 | Address for undefined instructions, 0 to read |
R5 | Address for prefetch abort, 0 to read |
R6 | Address for handler for data abort, 0 to read |
R7 | Address for handler for address exceptions, 0 to read |
Exit | |
---|---|
R0 | Address of the previous “exit handler” |
R1 | Address of the previous “memory limit handler” |
R4 | Address of the previous “undefined instruction handler” |
R5 | Address of the previous “prefetch abort handler” |
R6 | Address of the previous “data abort handler” |
R7 | Address of the previous “address exception handler” |
The purpose of this call is to set environment parameters.
This call is now deprecated. Please use OS_ChangeEnvironment instead.