Go to the source code of this file.
Defines | |
#define | RESET_VECTOR 0x00 |
RESET vector address. | |
#define | RESET_LVL 7 |
RESET interruption level. | |
#define | BUSERROR_VECTOR 0x08 |
BUSERROR vector address. | |
#define | BUSERROR_LVL 7 |
BUSERROR interruption level. | |
#define | ADRERROR_VECTOR 0x0C |
ADRERROR vector address. | |
#define | ADRERROR_LVL 7 |
ADRERROR interruption level. | |
#define | ILLEGAL_VECTOR 0x10 |
ILLEGAL vector address. | |
#define | ILLEGAL_LVL 7 |
ILLEGAL interruption level. | |
#define | DIVIDE_VECTOR 0x14 |
DIVIDE vector address. | |
#define | DIVIDE_LVL 7 |
DIVIDE interruption level. | |
#define | CHK_VECTOR 0x18 |
CHK vector address. | |
#define | CHK_LVL 7 |
CHK interruption level. | |
#define | TRAPV_VECTOR 0x1C |
TRAPV vector address. | |
#define | TRAPV_LVL 7 |
TRAPV interruption level. | |
#define | LINEA_VECTOR 0x28 |
LINEA vector address. | |
#define | LINEA_LVL 7 |
LINEA interruption level. | |
#define | LINEF_VECTOR 0x28 |
LINEF vector address. | |
#define | LINEF_LVL 7 |
LINEF interruption level. | |
#define | TRAP_VECTOR(N) (0x80+(4*(N))) |
TRAP N vector address. | |
#define | TRAP_LVL 7 |
TRAP N interruption level. |