home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / MISC / FPC355_5.ZIP / TCOM96.ZIP / TCOM96 / SAMPLES / INDEX.CFG < prev    next >
Encoding:
Text File  |  1991-04-08  |  792 b   |  19 lines

  1. SPECS *.seq    ; index compiler specs.
  2. AFTER 0        ; start looking after column n
  3. BEFORE 132              ; stop looking at column 132
  4. LINEMAX 132             \ limit line length (for .BLK use LINEMAX 64)
  5. STOPAT ;                ; stop looking when ";" found
  6. TYPE 0 "°"      ; index compiler command
  7. TYPE 0 ": "      ; Forth definitions
  8. TYPE 0 "alias "
  9. TYPE 0 "MI "      ; target compiler
  10. TYPE 0 "MACRO "      ; target compiler
  11. TYPE 0 "LABEL "       ; target compiler
  12. TYPE 0 "CODE "       ; target compiler
  13. TYPE 0 "IMACRO "      ; target compiler
  14. TYPE 0 "ICODE "       ; target compiler
  15. TYPE 0 "VALUE "      ; target compiler
  16. TYPE 0 "CONSTANT "       ; target compiler
  17. TYPE 0 "VARIABLE "      ; target compiler
  18. ;                       ; stop looking at file on this line
  19.