OSDN Git Service

la der de der
[fast-forth/master.git] / inc / MSP430FR2476.pat
index e713f22..5a85328 100644 (file)
@@ -1,6 +1,17 @@
+
 @set-syntax{C;\;}!  replace ! by semicolon
+
 ;MSP430FR2476.pat
 
+@reset-syntax{}; to enable good interpreting of next line
+@define{@read{@mergepath{@inpath{};MSP430FRxxxx.pat;}}}
+
+@reset-syntax{}; enable good interpreting of next line
+@define{@read{@mergepath{@inpath{};MSP430FR2xxx.pat;}}}
+
+@reset-syntax{}; to enable good interpreting of next line
+@define{@read{@mergepath{@inpath{};FastForthREGtoTI.pat;}}}
+
 ; ----------------------------------------------
 ; MSP430FR2476 MEMORY MAP
 ; ----------------------------------------------
@@ -53,195 +64,12 @@ INFO_LEN=\$0200;
 RAM_ORG=\$2000;
 RAM_LEN=\$2000;
 
-; ----------------------------------------------
-; FORTH RAM areas :
-; ----------------------------------------------
-
-; See MSP430FRxxxx.pat
-
-; ----------------------------------------------
-; FastForth RAM memory map (>= 1k):
-; ----------------------------------------------
-LEAVEPTR=\$2000;        Leave-stack pointer, init by QUIT
-LSATCK=\$2000;          leave stack,      grow up
-PSTACK=\$2080;          parameter stack,  grow down
-RSTACK=\$20E0;          Return stack,     grow down
-;
-PAD_I2CADR=\$20E0;      RX I2C address
-PAD_I2CCNT=\$20E2;      count max
-PAD_ORG=\$20E4;         user scratch pad buffer, 84 bytes, grow up
-;
-TIB_I2CADR=\$2138;      TX I2C address
-TIB_I2CCNT=\$213A;      count of bytes
-TIB_ORG=\$213C;         Terminal input buffer, 84 bytes, grow up
-;
-HOLDS_ORG=\$2190;       base address for HOLDS
-HOLD_BASE=\$21B2;       BASE HOLD area, grow down
-;
-HP=\$21B2;              HOLD ptr
-STATEADR=\$21B4;        Interpreter state
-BASEADR=\$21B6;         base
-CAPS=\$21B8;            CAPS ON/OFF
-SOURCE_LEN=\$21BA;      len of input stream
-SOURCE_ORG=\$21BC;      adr of input stream
-TOIN=\$21BE;            >IN
-;
-DP=\$21C0;              dictionary ptr
-LASTVOC=\$21C2;         keep VOC-LINK
-CURRENT=\$21C4;         CURRENT dictionnary ptr
-CONTEXT=\$21C6;         CONTEXT dictionnary space (8 + Null CELLS)
-;
-; ---------------------------------------
-; RAM_ORG + $1D8 : may be shared between FORTH compiler and user application
-; ---------------------------------------
-LAST_NFA=\$21D8;
-LAST_THREAD=\$21DA;
-LAST_CFA=\$21DC;
-LAST_PSP=\$21DE;
-ASMBW1=\$21E0;          3 backward labels
-ASMBW2=\$21E2;
-ASMBW3=\$21E4;
-ASMFW1=\$21E6;          3 forward labels
-ASMFW2=\$21E8;
-ASMFW3=\$21EA;
-;
-; ---------------------------------------
-; RAM_ORG + $1EC RAM free 
-; ---------------------------------------
-;
-; ---------------------------------------
-; RAM_ORG + $1FC: SD buffer
-; ---------------------------------------
-SD_BUF_I2ADR=\$21FC;
-SD_BUF_I2CNT=\$21FE;
-SD_BUF=\$2200;      \ SD_Card buffer
-BUFEND=\$2400;
-
-; ---------------------------------------
-; FAT16 FileSystemInfos
-; ---------------------------------------
-FATtype=\$2402;
-BS_FirstSectorL=\$2404;
-BS_FirstSectorH=\$2406;
-OrgFAT1=\$2408;
-FATSize=\$240A;
-OrgFAT2=\$240C;
-OrgRootDir=\$240E;
-OrgClusters=\$2410;         Sector of Cluster 0
-SecPerClus=\$2412;
-
-; ---------------------------------------
-; SD command
-; ---------------------------------------
-SD_CMD_FRM=\$2414;  6 bytes SD_CMDx inverted frame \${CRC,ll,LL,hh,HH,CMD}
-SD_CMD_FRM0=\$2414; CRC:ll  word access
-SD_CMD_FRM1=\$2415; ll      byte access
-SD_CMD_FRM2=\$2416; LL:hh   word access
-SD_CMD_FRM3=\$2417; hh      byte access
-SD_CMD_FRM4=\$2418; HH:CMD  word access
-SD_CMD_FRM5=\$2419; CMD     byte access
-SectorL=\$241A;     2 words
-SectorH=\$241C;
-
-; ---------------------------------------
-; BUFFER management
-; ---------------------------------------
-BufferPtr=\$241E;
-BufferLen=\$2420;
-
-; ---------------------------------------
-; FAT entry
-; ---------------------------------------
-ClusterL=\$2422;     16 bits wide (FAT16)
-ClusterH=\$2424;     16 bits wide (FAT16)
-LastFATsector=\$2426;   Set by FreeAllClusters, used by OPEN_OVERWRITE
-LastFAToffset=\$2428;   Set by FreeAllClusters, used by OPEN_OVERWRITE
-FATsector=\$242A;       used by APPEND"
-
-; ---------------------------------------
-; DIR entry
-; ---------------------------------------
-DIRclusterL=\$242C;  contains the Cluster of current directory ; 1 if FAT16 root directory
-DIRclusterH=\$242E;  contains the Cluster of current directory ; 1 if FAT16 root directory
-EntryOfst=\$2430;
-
-; ---------------------------------------
-; Handle Pointer
-; ---------------------------------------
-CurrentHdl=\$2432;  contains the address of the last opened file structure, or 0
-
-; ---------------------------------------
-; Load file operation
-; ---------------------------------------
-pathname=\$2434;
-EndOfPath=\$2436;
-
-; ---------------------------------------
-; Handle structure
-; ---------------------------------------
-; three handle tokens :
-; token = 0 : free handle
-; token = 1 : file to read
-; token = 2 : file updated (write)
-; token =-1 : LOAD"ed file (source file)
-
-; offset values
-HDLW_PrevHDL=0;     previous handle ; used by LOAD"
-HDLB_Token=2;       token
-HDLB_ClustOfst=3;   Current sector offset in current cluster (Byte)
-HDLL_DIRsect=4;     Dir SectorL (Long)
-HDLH_DIRsect=6;
-HDLW_DIRofst=8;     BUFFER offset of Dir entry
-HDLL_FirstClus=10;  File First ClusterLo (identify the file)
-HDLH_FirstClus=12;  File First ClusterHi (byte)
-HDLL_CurClust=14;   Current ClusterLo
-HDLH_CurClust=16;   Current ClusterHi (T as 3Th byte)
-HDLL_CurSize=18;    written size / not yet read size (Long)
-HDLH_CurSize=20;    written size / not yet read size (Long)
-HDLW_BUFofst=22;    BUFFER offset ; used by LOAD" and by WRITE"
-HDLW_PrevLEN=24;    previous LEN
-HDLW_PrevORG=26;    previous ORG
-
-
-;OpenedFirstFile     ; "openedFile" structure
-HandleMax=8;
-HandleLenght=28;
-FirstHandle=\$2438;
-HandleEnd=\$2518;
-
-;SD_card Input Buffer
-SDIB_I2CADR=\$2518;
-SDIB_I2CCNT=\$251A;
-SDIB_ORG=\$251C;
-
-SD_END=\$2570;
-SD_LEN=\$16E;
+; See MSP430FR2xxx.pat
 
 ; ============================================
 ; FRAM MAIN
 ; ============================================
 MAIN_ORG=\$8000;            Code space start
-; ----------------------------------------------
-\#LIT=\#\$8000;             asm CODE run time of LITERAL
-\#XSQUOTE=\#\$8014;         asm CODE run time of QUOTE
-\#MUSMOD=\#\$8028;          asm CODE 32/16 unsigned division, used by ?NUMBER, UM/MOD
-\#MDIV1DIV2=\#\$803A;       asm CODE input for 48/16 unsigned division with DVDhi=0, see DOUBLE M*/
-\#MDIV1=\#\$8042;           asm CODE input for 48/16 unsigned division, see DOUBLE M*/
-\#RET_ADR=\#\$806C;         asm CODE of INIT_SOFT_PFA and MARKER+8 definitions,
-\#SETIB=\#\$806E;           CODE Set Input Buffer with org & len values, reset >IN pointer
-\#REFILL=\#\$807E;          CODE accept one line from input and leave org len of input buffer
-\#CIB_ORG=\#\$808A;         [CIB_ORG] = TIB_ORG by default; may be redirected to SDIB_ORG
-\#QFBRAN=\#\$8096;          CODE compiled by IF UNTIL
-\#BRAN=\#\$809C;            CODE compiled by ELSE REPEAT AGAIN
-\#NEXT_ADR=\#\$809E;        CODE NEXT instruction (MOV @IP+,PC)
-\#XDODOES=\#\$80A0;         to restore rDODOES: MOV #XDODOES,rDODOES
-\#XDOCON=\#\$80AE;          to restore rDOCON: MOV #XDOCON,rDOCON
-;                           to restore rDOVAR: MOV &INIT_DOVAR,rDOVAR
-;                           to restore rDOCOL: MOV &INIT_DOCOL,rDOCOL
-\#INIT_FORTH=\#\$80BA;
-\#ABORT_TERM=\#\$8100;      CALL #ABORT_TERM to discard pending download
-\#UART_WARM=\#\$8172;       WARM address for UART TERMINAL
-\#I2C_WARM=\#\$815C;        WARM address for I2C TERMINAL
 
 ; See MSP430FRxxxx.pat for defined addresses from FORTH definitions