The following files are included in the DX-Forth distribution:

Executables -

FORTH.COM      DX-Forth compiler
FORTH-F.COM    DX-Forth compiler with floating point
DX.COM         FORTH-F.EXE with screen editor loaded
MAKEF.SUB      Build DX-Forth binaries
LISTING.BAT    Make a formatted listing file from a screen file
INSTALL.COM    Terminal installation program for DX-Forth and
               applications
INSTALL.DTA    Terminal data file (Turbo Pascal compatible) used
               by INSTALL.COM

Documentation -

WHATSNEW.TXT   Summary of additions/changes/fixes
CHANGES.TXT    Important changes information
DXFORTH.TXT    DX-Forth documentation
DXFORTH.GLO    DX-Forth glossary of non-standard words
DXFORTH.WDS    DX-Forth kernel words
EDITOR.TXT     Full-screen editor
ASM.TXT        8080/Z80 assembler
MULTI.TXT      Multitasker
FILES.TXT      Files list

System source -

KERNEL.Z80     Assembler source for DX-Forth
ARITH.MAC      Arithmetic and logical
COMPARE.MAC    Comparison operation
COMPILE.MAC    Compiler
CONTROL.MAC    Control structures
DISK.MAC       File and block functions
DOS.MAC        DOS functions
FACILITY.MAC   Facility
FLOAT.MAC      Floating-point
MEMORY.MAC     Memory operations
NUMBER.MAC     Numeric conversion
STACK.MAC      Stack operations
STRING.MAC     String operations
EXTEND.SCR     Extends KERNEL.COM
TOOLS.SCR      Default tools
ASM.SCR        Forth 8080/Z80 assembler
EDITOR.SCR     Full-screen editor

Misc source -

INSTALL.SCR    Source for INSTALL.COM
ASMTEST.SCR    Test assembler
MULTI.SCR      Multitasker
OVERLAY.SCR    Overlay system
STRINGS.SCR    Sample string package
FCOPY.SCR      Sample filecopy utility
TXT2BLK.SCR    Text to block conversion utility
BLK2TXT.SCR    Block to text conversion utility
BREAKGO.SCR    Debugging utility
MISC.SCR       Miscellaneous function library
SHOW.SCR       Print source files 6 screens per page
SED.SCR        Create stand-alone screen editor
NEWAPP.SCR     Skeletal DOS application
DOSLIB.SCR     Function library and NEWAPP support
STKCHK.SCR     Stack balance check utility
LOCALS.SCR     ANS locals
MISER.SCR      Control flow stack extension demo

