Thread Local Storage: Difference between revisions
Couldn't find this info anywhere. If it was already somewhere else, at least it's discoverable now :p |
Document exception handler fields |
||
Line 13: | Line 13: | ||
! Description | ! Description | ||
|- | |- | ||
| 0 | | 0x00 | ||
| 0x40 | |||
| Undefined, can be used by application for any purpose | |||
|- | |||
| 0x40 | |||
| 0x44 | |||
| Exception handler return address | |||
|- | |||
| 0x44 | |||
| 0x48 | |||
| Exception handler SP control (1 = use aligned SP, other = use arbitrary memory, must be mapped & RW) | |||
|- | |||
| 0x48 | |||
| 0x4C | |||
| Exception handler [[ERR:Throw#Exception|context]] control (0 = use SP control memory, 1 = use aligned SP, other = use arbitrary memory, must be mapped & RW) | |||
|- | |||
| 0x4C | |||
| 0x80 | | 0x80 | ||
| Undefined | | Undefined | ||
|- | |- | ||
| 0x80 | | 0x80 |