home *** CD-ROM | disk | FTP | other *** search
- Chapter 1 L_O_V_E FORTH
-
-
- 1.0 Description of documentation
- ----------------------------
-
- 1-CHAPTER1.DOC
- - this documentation index
-
- 2-CHAPTER2.DOC
- - some notes on L.O.V.E. Forth and the Forth described by Brodie,
- in Starting Forth
-
- 3-CHAPTER3.DOC
- - describes source code loading from disk
- - describes how to use BLOCK disk storage
-
- 4-CHAPTER4.DOC
- - describes how L.O.V.E. Forth uses the 8086 segments
-
- 5-CHAPTER5.DOC
- - describes differences between L.O.V.E. Forth and other Forths.
-
- 6-CHAPTER6.DOC
- - describes DOS access from L.O.V.E. Forth
-
- 7-CHAPTER7.DOC
- - describes the redefinition word set
-
- 8-CHAPTER8.DOC
- - describes how to SAVE" yoursys.exe" for stand-alone use.
-
- 9-CHAPTER9.DOC
- - describes the functioning of vocabularies
-
- 10-CHAP10.DOC
- - some notes on day-to-day work in L.O.V.E. Forth
-
- 11-CHAP11.DOC
- - how to change the L.O.V.E. Forth prompt
-
- 12-CHAP12.DOC
- - lists how 80--86 registers are used
-
- 13-CHAP13.DOC
- - describes the assembler and linker
-
- 14-CHAP14.DOC
- - RPN assembler for L.O.V.E. Forth
-
- 15-CHAP15.DOC
- - a technical note describing how L.O.V.E. Forth was developed
-
- 16-CHAP16.DOC
- - the L.O.V.E. Forth Memory Map and examples of how words are
- compiled
-
- 17-CHAP17.DOC
- - describes the local variables word set
-
- 18-CHAP18.DOC
- - describes the multiple code field word set
-
- 19-CHAP19.DOC
- - describes the self-fetching array word set with bounds checking
-
- 20-LFINTRO.DOC
- - general introduction
-
- 21-CPWRT.DOC
- - copyright notice
-
-
-
- 1.1 Registered Programs
- -------------------
-
-
- MIN BAT } minimum system
- MIN129 EXE }
- VASMLINK VTR }
- VUTIL VTR }
-
- HH EXE } hyper helper browser (non-tsr)
- HM EXE } TSR hyper helper
- LOVE HTX } help file for HH.EXE and HM.EXE
-
- (usage: HH love or HM love
-
-
- Source Files for reference purposes
- -----------------------------------
-
- KRN129 REF kernel
- V-UTIL83 REF UTILITIES virtual vocabulary
- FASTASM7 REF Assembler and linker virtual vocabulary
- LOADIT REF System load
- COMP83 REF Compiler words
- DOSFACE REF DOS access words
- V-VOCAB REF Virtual vocabulary