home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / love / chap01.doc < prev    next >
Text File  |  1993-04-11  |  2KB  |  100 lines

  1. Chapter 1               L_O_V_E FORTH
  2.  
  3.  
  4. 1.0  Description of documentation
  5.      ----------------------------
  6.  
  7.      1-CHAPTER1.DOC
  8.      - this documentation index
  9.  
  10.      2-CHAPTER2.DOC
  11.      - some notes on L.O.V.E. Forth and the Forth described by Brodie,
  12.       in Starting Forth
  13.  
  14.      3-CHAPTER3.DOC
  15.      - describes source code loading from disk
  16.      - describes how to use BLOCK disk storage
  17.  
  18.      4-CHAPTER4.DOC
  19.      - describes how L.O.V.E. Forth uses the 8086 segments
  20.  
  21.      5-CHAPTER5.DOC
  22.      - describes differences between L.O.V.E. Forth and other Forths.
  23.  
  24.      6-CHAPTER6.DOC
  25.      - describes DOS access from L.O.V.E. Forth
  26.  
  27.      7-CHAPTER7.DOC
  28.      - describes the redefinition word set
  29.  
  30.      8-CHAPTER8.DOC
  31.      - describes how to SAVE" yoursys.exe" for stand-alone use.
  32.  
  33.      9-CHAPTER9.DOC
  34.      - describes the functioning of vocabularies
  35.  
  36.      10-CHAP10.DOC
  37.      - some notes on day-to-day work in L.O.V.E. Forth
  38.  
  39.      11-CHAP11.DOC
  40.      - how to change the L.O.V.E. Forth prompt
  41.  
  42.      12-CHAP12.DOC
  43.      - lists how 80--86 registers are used
  44.  
  45.      13-CHAP13.DOC
  46.      - describes the assembler and linker
  47.  
  48.      14-CHAP14.DOC
  49.      - RPN assembler for L.O.V.E. Forth
  50.  
  51.      15-CHAP15.DOC
  52.      - a technical note describing how L.O.V.E. Forth was developed
  53.  
  54.      16-CHAP16.DOC
  55.      - the L.O.V.E. Forth Memory Map and examples of how words are
  56.       compiled
  57.  
  58.      17-CHAP17.DOC
  59.      - describes the local variables word set
  60.  
  61.      18-CHAP18.DOC
  62.      - describes the multiple code field word set
  63.  
  64.      19-CHAP19.DOC
  65.      - describes the self-fetching array word set with bounds checking
  66.  
  67.      20-LFINTRO.DOC
  68.      - general introduction
  69.  
  70.      21-CPWRT.DOC
  71.      - copyright notice
  72.  
  73.  
  74.  
  75. 1.1  Registered Programs
  76.      -------------------
  77.  
  78.  
  79.      MIN      BAT  } minimum system
  80.      MIN129   EXE  }
  81.      VASMLINK VTR  }
  82.      VUTIL    VTR  }
  83.  
  84.      HH       EXE  } hyper helper browser (non-tsr)
  85.      HM       EXE  } TSR hyper helper
  86.      LOVE     HTX  } help file for HH.EXE and HM.EXE
  87.  
  88.      (usage:  HH love or HM love
  89.  
  90.  
  91.     Source Files for reference purposes
  92.          -----------------------------------
  93.  
  94.      KRN129   REF     kernel
  95.      V-UTIL83 REF     UTILITIES virtual vocabulary
  96.      FASTASM7 REF     Assembler and linker virtual vocabulary
  97.      LOADIT   REF     System load
  98.      COMP83   REF     Compiler words
  99.      DOSFACE  REF     DOS access words
  100.      V-VOCAB  REF     Virtual vocabulary