Mercurial > lcfOS
comparison cos/kernel/asmcode.asm @ 33:d8185ddb6c7b
Added more interrupt handlers
author | windel |
---|---|
date | Sun, 15 Jan 2012 13:39:49 +0100 |
parents | 3a6a9b929db0 |
children | 91f91ff07ea8 |
comparison
equal
deleted
inserted
replaced
32:3a6a9b929db0 | 33:d8185ddb6c7b |
---|---|
93 ISR_NOERRCODE 16 | 93 ISR_NOERRCODE 16 |
94 ISR_ERRCODE 17 | 94 ISR_ERRCODE 17 |
95 ISR_NOERRCODE 18 | 95 ISR_NOERRCODE 18 |
96 ISR_NOERRCODE 19 | 96 ISR_NOERRCODE 19 |
97 | 97 |
98 ; irq handlers: | |
98 ISR_NOERRCODE 32 | 99 ISR_NOERRCODE 32 |
99 ISR_NOERRCODE 33 | 100 ISR_NOERRCODE 33 |
100 ISR_NOERRCODE 34 | 101 ISR_NOERRCODE 34 |
102 ISR_NOERRCODE 35 | |
103 ISR_NOERRCODE 36 | |
104 ISR_NOERRCODE 37 | |
105 ISR_NOERRCODE 38 | |
106 ISR_NOERRCODE 39 | |
107 ISR_NOERRCODE 40 | |
108 ISR_NOERRCODE 41 | |
109 ISR_NOERRCODE 42 | |
110 ISR_NOERRCODE 43 | |
111 ISR_NOERRCODE 44 | |
112 ISR_NOERRCODE 45 | |
113 ISR_NOERRCODE 46 | |
114 ISR_NOERRCODE 47 | |
101 | 115 |
102 ; default handler: | 116 ; default handler: |
103 ISR_NOERRCODE 255 | 117 ISR_NOERRCODE 255 |
104 | 118 |
105 | 119 |