; ---------------------------------------------------------------------- ; CF430G2553 is a Forth based on CamelForth ; for the Texas Instruments MSP430 ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 3 of the License, or ; (at your option) any later version. ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with this program. If not, see . ; ; See LICENSE TERMS in Brads file readme.txt as well. ; ---------------------------------------------------------------------- ; vecs430G2553.s43: Interrupt Vectors - MSP430G2553 ; ---------------------------------------------------------------------- ; Interrupt vectors are located in the range FFC0-FFFFh. mk laut slau144i ; $fffe $ffc0 - . 62 ok 31 vectoren mk RSEG INTVEC EXTERN nullirq ; intvecs intvecs: ; priorität ; interrupt source /* DC16 nullirq ; 0 ; DC16 nullirq ; 1 ; DC16 nullirq ; 2 ; DC16 nullirq ; 3 ; DC16 nullirq ; 4 ; DC16 nullirq ; 5 ; DC16 nullirq ; 6 ; DC16 nullirq ; 7 ; DC16 nullirq ; 8 ; DC16 nullirq ; 9 ; DC16 nullirq ; 10 ; DC16 nullirq ; 11 ; DC16 nullirq ; 12 ; DC16 nullirq ; 13 ; DC16 nullirq ; 14 ; DC16 nullirq ; 15 ; */ ; FFE0-FFFF DC16 nullirq ; 16 ; DC16 nullirq ; 17 ; DC16 nullirq ; 18 ; DC16 nullirq ; 19 ; DC16 nullirq ; 20 ; DC16 nullirq ; 21 ; DC16 nullirq ; 22 ; DC16 nullirq ; 23 ; DC16 nullirq ; 24 ; DC16 nullirq ; 25 ; DC16 nullirq ; 26 ; DC16 nullirq ; 27 ; DC16 nullirq ; 28 ; DC16 nullirq ; 29 ; DC16 nullirq ; 30 ; RSEG RESET EXTERN reset DC16 reset ; 31 ; power up ... END