Go to the source code of this file.
Defines | |
| #define | TT_INSTRUCTION_ACCESS_EXCEPTION 0x08 |
| #define | TT_ILLEGAL_INSTRUCTION 0x10 |
| #define | TT_DATA_ACCESS_ERROR 0x32 |
| #define | TT_MEM_ADDRESS_NOT_ALIGNED 0x34 |
Functions | |
| void | do_instruction_access_exc (void) |
| void | do_mem_address_not_aligned (void) |
| void | do_data_access_error (void) |
| void | do_illegal_instruction (void) |
Definition in file exception.h.
1.4.6