home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / asm / wasm / files.doc < prev    next >
Text File  |  1988-03-07  |  3KB  |  56 lines

  1.  
  2.  
  3.                             Wolfware Assembler Files
  4.  
  5.        All of the files are plain text files except for WASM.COM and
  6.        IO.BIN.  The only file necessary for using the assembler is
  7.        WASM.COM, the assembler program.  Most of the other files are
  8.        sample programs.  Note that some of the files may be in separate
  9.        directories if distributed on disk.
  10.  
  11.          File Name             Description
  12.          -------------         ------------------------------------------
  13.  
  14.          READ.ME               introductory information
  15.          FILES.DOC             summary of files
  16.          HISTORY.DOC           list of version changes
  17.          SAMPLES.DOC           sample program documentation
  18.  
  19.          WASM.COM              assembler program
  20.          WASM.DOC              assembler documentation
  21.  
  22.          BOOT.ASM              boot program
  23.          BTYPE.ASM             binary type program
  24.          CASE.ASM              letter case subroutine
  25.          CLP.ASM               screen clear subroutine
  26.          KEY.ASM               key redefinition program
  27.          PRES.ASM              printer reset program
  28.          PTEST.ASM             printer test subroutine
  29.          RTIME.ASM             resident time program
  30.  
  31.          DOS.MAC               DOS macro definitions
  32.          DISPATCH.ASM          runtime library fragment
  33.          LIBRARY.ASM           runtime library fragment
  34.          IO.ASM                IO subroutines
  35.          IO.BIN                IO runtime library (assembly of IO.ASM)
  36.          IO.MAC                IO macro definitions
  37.          IO.RED                IO redirection table
  38.          BIN2DAT.ASM           binary to DATA statement program
  39.          PRIMES.ASM            prime number program
  40.          SOUND.ASM             sound program
  41.          IO.DOC                IO and runtime library documentation
  42.  
  43.          FILE1.INC             buffered file i/o subroutines
  44.          FILT.ASM              text filter program
  45.          FILT1.ASM             text filter subroutines (for FILT.ASM)
  46.          FILT.DOC              FILT documentation
  47.  
  48.          CONVERT1.INC          integer to string subroutines
  49.          CONVERT2.INC          real number to string subroutines
  50.          VIDEO1.INC            low level display subroutines
  51.          VIDEO2.INC            formatted display subroutines
  52.          FACTOR.ASM            factorial program
  53.          SHOW87.ASM            8087 state display program
  54.          SHOW87.DOC            SHOW87 documentation
  55.  
  56.