home *** CD-ROM | disk | FTP | other *** search
- \ SFF.SEQ Extend file to build SFF.COM by Tom Zimmer
-
- WARNING OFF \ Don't warn me about any re-definitions.
-
- CR .( Loading the extensions to FKERNEL.COM )
-
- FLOAD COMMENT.SEQ .( .) \ Allows multi-line comments in source.
- FLOAD TIMER.SEQ .( .) \ Some time measurment utilities.
- FLOAD UTILS.SEQ .( .) \ Some low level utilities.
- FLOAD VOCABS.SEQ .( .) \ Forths ONLY ALSO vocabulary structure.
- FLOAD DECOM.SEQ .( .) \ decompiler, may be removed
- FLOAD DUMP.SEQ .( .) \ dump utility, may be removed
- FLOAD CASE.SEQ .( .) \ CASE utility, needed for PASM.SEQ
- FLOAD PASM.SEQ .( .) \ Assembler
- FLOAD DEBUG.SEQ .( .) \ high level debugger, may be removed
- \ FLOAD IBMCURSR.SEQ .( .) \ IBM cursor shape control words
- \ FLOAD SAVESCR.SEQ .( .) \ Screen save and restore.
- \ FLOAD MONOCROM.SEQ .( .) \ Monochrome support, always needed.
- \ FLOAD PATHSET.SEQ .( .) \ Includes paths on files, may be removed
- \ FLOAD MULTASK.SEQ .( .) \ Multi tasking, load if needed
- \ FLOAD COLOR.SEQ .( .) \ Better support for Color, load lf needed
-
- WARNING ON CAPS ON
-
- \ HELLO needs MONOCROM above
- \ fload hello.seq .( .) \ Cold start initialization & introduction.
- \ fload qvideo.seq .( .) \ SPEED UP SCREEN REDISPLAY FOR EDITOR
-
- \ FL needs IBMCURSR & SAVESCR above
- \ fload fl.seq .( .) \ WINDOWed File selection.
- \ VIEW needs MONOCROM & PATHSET above
- \ fload view.seq .( .) \ Viewing words
-
- FLOAD SAVESYS.SEQ .( .) \ Load the SAVE-SYSTEM word
- \ see the word TURNKEY in this file.
- SAVE-SYSTEM SFF.COM \ Save Small DF
-
- .comment:
- Type FLOAD <filename>, where <filename> is the name of your application
- file.
-
- After you have compiled uour application, use the TURNKEY command
- to create an executable application.
- comment;
-