home *** CD-ROM | disk | FTP | other *** search
- \ TARGET.SEQ A New Target Compiler
-
- fpath+ \tcom\src \ path for source of kernel of TCOM compiler
- fpath+ \tcomtarg\compiler \ path for source of shared remote-target stuff
- on> withpath
- autoeditoff
- warning off \ don't tell me about re-definitions, I KNOW!
-
- \ fload dis8096.seq \ disassembler for 80196
- fload label96.seq \ add long branchs to the compiler
- \ fload alist.seq \ listing output for assembler
- fload compiler.seq \ load the Compiler
- fload lindex \ source index stuff
- fload hexsave.seq \ save images in HEX format
- fload asm96.seq \ assembler for 80196
- fload opt96.seq \ optimizers for the library
- fload lib96.seq \ library of target functions
- \ fload definit.seq
- \ fload tsearch.seq \ library search utility
- \ fload tvideo.seq \ library direct video output
- \ fload tsavescr.seq \ save and restore screen OPTIONAL
- \ fload tcolor.seq \ color support OPTIONAL
- \ fload therc.seq \ hercules graphics support OPTIONAL
- \ fload tgraph.seq \ limited graphics line drawing OPTIONAL
- \ fload tshapes.seq \ circle and arc drawing OPTIONAL
- \ fload definit.seq \ default target initialization
- \ fload tbox.seq \ box drawing OPTIONAL
- \ fload tmenu.seq \ Pull down menu support OPTIONAL
- \ fload ttimer.seq \ basic time and date support OPTIONAL
- \ fload ttimstuf.seq \ calibrated time delay words OPTIONAL
-
- forth
-
- CFGHNDL !HCB TCOM.CFG \ Change the configuration file name
-
- FPATH
-
- on> ?noloaded, \ disable LOADED, in FLOAD
-
- ' noop is loadstat
- statoff \ no status display
- vocoff \ we don't want the vocabulary display
- cr .free
-
- xdpseg @ xseg @ - $800 + =: #listsegs \ need at least 16k free
-
- warning on
-
- FSAVE TCOM
-
-
-