Rev 2787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 3116 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | #define IVT_FIRST 0 |
41 | #define IVT_FIRST 0 |
| 42 | 42 | ||
| 43 | #define VECTOR_DATA_STORAGE 2 |
43 | #define VECTOR_DATA_STORAGE 2 |
| 44 | #define VECTOR_INSTRUCTION_STORAGE 3 |
44 | #define VECTOR_INSTRUCTION_STORAGE 3 |
| 45 | #define VECTOR_EXTERNAL 4 |
45 | #define VECTOR_EXTERNAL 4 |
| - | 46 | #define VECTOR_PROGRAM 6 |
|
| 46 | #define VECTOR_DECREMENTER 8 |
47 | #define VECTOR_DECREMENTER 8 |
| 47 | 48 | ||
| 48 | extern void start_decrementer(void); |
49 | extern void start_decrementer(void); |
| 49 | extern void interrupt_init(void); |
50 | extern void interrupt_init(void); |
| 50 | extern void extint_handler(int n, istate_t *istate); |
51 | extern void extint_handler(int n, istate_t *istate); |