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

  1.  
  2.  
  3.                        Wolfware Assembler Revision History
  4.  
  5.        This is a brief history of the changes that have been made to
  6.        Wolfware Assembler (WASM) since its initial release in February of
  7.        1986.  In addition to the below, erroneous instructions on how to
  8.        patch up and fix certain bugs in Version 1.0 were released in
  9.        December of 1986.  These instructions, if encountered, should be
  10.        avoided.
  11.  
  12.        ******************************************************************
  13.  
  14.        Version 1.0, February, 1986
  15.  
  16.          Initial public release.
  17.  
  18.        Version 2.00, December, 1986
  19.  
  20.          Major revision.  New features include conditional assembly,
  21.          macros, parenthesis in expressions, DOS 2.0 support, and
  22.          rewritten documentation with index and bibliography.  Major bugs
  23.          fixed are unsigned divide overflow and error closing include
  24.          files.  Upward incompatibilities are operands must be separated
  25.          by commas, only immediate data can be equated, PROGRAM_SIZE is
  26.          changed to $SIZE, and user defined symbols should not start with
  27.          $.
  28.  
  29.        Version 2.01, February, 1987
  30.  
  31.          New feature is relative ORG displacement.  Other changes are
  32.          FLAGALL- is now default and larger programs can be assembled.
  33.          Bugs fixed are error in memory allocation that could result in
  34.          insufficient memory error and the spelling of "February" is
  35.          corrected.
  36.  
  37.        Version 2.02, March, 1987
  38.  
  39.          New feature is segment override may be specifed as CS:, DS:,
  40.          ES:, or SS: (on the line before the instruction, same as DEBUG).
  41.  
  42.        Version 2.03, March, 1987
  43.  
  44.          Minor internal changes.  New sample files.
  45.  
  46.        Version 2.10, November, 1987
  47.  
  48.          Support for 8087 instructions, $END constant implemented.
  49.  
  50.        Version 2.11, March, 1988
  51.  
  52.          Minor internal changes.  Sample files updated.
  53.  
  54.  
  55.