############################################################################### # # # IAR Assembler V5.30.1.50284/W32 for MSP430 27/Dec/2013 08:20:28 # # Copyright 1996-2011 IAR Systems AB. # # # # Target option = MSP430 # # Source file = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\4e-vecs430G2553.s43# # List file = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\Debug\List\4e-vecs430G2553.lst# # Object file = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\Debug\Obj\4e-vecs430G2553.r43# # Command line = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\4e-vecs430G2553.s43 # # -OC:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\Debug\Obj\ # # -s+ -M<> -w+ # # -LC:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\Debug\List\ # # -t8 -r -D__MSP430G2553__ # # -IC:\Programme\IAR Systems\Embedded Workbench 6.0 Kickstart\430\INC\ # # # ############################################################################### 1 000000 ; ---------------------------------------------- ------------------------ 2 000000 ; 4e4th is a Forth based on CamelForth 3 000000 ; for the Texas Instruments MSP430 4 000000 ; 5 000000 ; This program is free software; you can redistribute it and/or modify 6 000000 ; it under the terms of the GNU General Public License as published by 7 000000 ; the Free Software Foundation; either version 3 of the License, or 8 000000 ; (at your option) any later version. 9 000000 ; 10 000000 ; This program is distributed in the hope that it will be useful, 11 000000 ; but WITHOUT ANY WARRANTY; without even the implied warranty of 12 000000 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 000000 ; GNU General Public License for more details. 14 000000 ; 15 000000 ; You should have received a copy of the GNU General Public License 16 000000 ; along with this program. If not, see . 17 000000 ; 18 000000 ; See LICENSE TERMS in Brads file readme.txt as well. 19 000000 20 000000 ; ---------------------------------------------- ------------------------ 21 000000 ; 4e-vecs430G2553.s43: Interrupt Vectors - MSP430G2553 22 000000 ; ---------------------------------------------- ------------------------ 23 000000 PUBLIC intseg,intvecs 24 000000 25 000000 RSEG INTSEG 26 000000 2211 intseg: DW 0x1122 ; test Kennung, kann weg. mk 27 000002 28 000002 ; Interrupt vectors are located in the range FFC0-FFFFh. mk laut slau144i 29 000002 ; $fffe $ffc0 - . 62 ok 31 vectoren mk 30 000002 31 000000 RSEG INTVEC 32 000000 EXTERN isr_null 33 000000 34 000000 intvecs: ; priorität ; Bedeutung 35 000000 /* DC16 isr_null ; 0 ; not implemented in device 36 000000 DC16 isr_null ; 1 ; 37 000000 DC16 isr_null ; 2 ; 38 000000 DC16 isr_null ; 3 ; 39 000000 DC16 isr_null ; 4 ; 40 000000 DC16 isr_null ; 5 ; 41 000000 DC16 isr_null ; 6 ; 42 000000 DC16 isr_null ; 7 ; 43 000000 DC16 isr_null ; 8 ; 44 000000 DC16 isr_null ; 9 ; 45 000000 DC16 isr_null ; 10 ; 46 000000 DC16 isr_null ; 11 ; 47 000000 DC16 isr_null ; 12 ; 48 000000 DC16 isr_null ; 13 ; 49 000000 DC16 isr_null ; 14 ; 50 000000 DC16 isr_null ; 15 ; */ 51 000000 52 000000 ; Range FFE0-FFFF ; 53 000000 .... DC16 isr_null ; 16 ; nc 54 000002 .... DC16 isr_null ; 17 ; nc 55 000004 .... DC16 isr_null ; 18 ; P1IFG.0..7 56 000006 .... DC16 isr_null ; 19 ; P2IFG.0..7 57 000008 .... DC16 isr_null ; 20 ; nc 58 00000A .... DC16 isr_null ; 21 ; ADC10IFG 59 00000C .... DC16 isr_null ; 22 ; UCA0TXIFG, UCB0TXIFG 60 00000E .... DC16 isr_null ; 23 ; UCA0RXIFG, UCB0RXIFG 61 000010 .... DC16 isr_null ; 24 ; TA0CCR2 TAOCCR1 CCIFG, TAIFG 62 000012 .... DC16 isr_null ; 25 ; TA0CCR0 CCIFG 63 000014 .... DC16 isr_null ; 26 ; WDTIFG 64 000016 .... DC16 isr_null ; 27 ; CAIFG 65 000018 .... DC16 isr_null ; 28 ; TA1CCR2 TA1CCR1 CCIFG, TAIFG 66 00001A .... DC16 isr_null ; 29 ; TA1CCR0 CCIFG 67 00001C .... DC16 isr_null ; 30 ; NMIIFG, OFIFG, ACCVIIFG (non-maskable) 68 00001E 69 000000 RSEG RESET 70 000000 PUBLIC resetvec 71 000000 EXTERN reset 72 000000 73 000000 .... resetvec: DC16 reset ; 31 ; power up ... (non-maskable) 74 000002 75 000002 END ############################## # CRC:4E06 # # Errors: 0 # # Warnings: 0 # # Bytes: 34 # ##############################