############################################################################### # # # IAR Assembler V5.30.1.50284/W32 for MSP430 23/Dec/2013 23:11:44 # # Copyright 1996-2011 IAR Systems AB. # # # # Target option = MSP430 # # Source file = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\4e-infoBG2553.s43# # List file = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\Debug\List\4e-infoBG2553.lst# # Object file = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\Debug\Obj\4e-infoBG2553.r43# # Command line = C:\Dokumente und Einstellungen\All Users\Dokumente\4e4th\4e-infoBG2553.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-infoBG2553.s43 - user area is saved to infoB - MSP430G2553 22 000000 ; ---------------------------------------------- ------------------------ 23 000000 24 000000 #include "msp430.h" ; #define controlled include file 25 000000 #include "4e-CF430G2553forth.h" ; header macros and register defs 26 000000 27 000000 EXTERN RAMDICT,lastword,NOOP,DOTCOLD,DOKEY,DOEMI T,DOCR 28 000000 PUBLIC infoB,AppU0,crcval 29 000000 30 000000 RSEG INFOB 31 000000 32 000000 ; uarea in infoB - holds saved user area table 33 000000 34 000000 infoB: 35 000000 36 000000 FFFF crcval: DW 0FFFFh ; CRC of user dictionary and infoB user area 37 000002 AppU0: 38 000002 000000000A00* DW 0,0,10,0 ; reserved,>IN,BASE,STAT E ; start in HEX mk 39 00000A .... DW RAMDICT ; DP 40 00000C 00000000 DW 0,0 ; SOURCE init'd elsewhere 41 000010 .... DW lastword ; LATEST 42 000012 00000000 DW 0,0 ; HP,LP init'd elsewhere 43 000016 00C0 DW USERFLASHSTART ; IDP 44 000018 0000 DW 0 ; NEWEST not init'd 45 00001A .... DW DOTCOLD ; APP vector; default is .COLD 46 00001C FFFF DW -1 ; CAPS flag; default is TRUE 47 00001E .... DW DOKEY ; KEY vector 48 000020 .... DW DOEMIT ; EMIT vector 49 000022 .... DW DOCR ; CR vector 50 000024 END ############################## # CRC:70A6 # # Errors: 0 # # Warnings: 0 # # Bytes: 36 # ##############################