home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / asmutl / wasm202.arc / HISTORY.DOC < prev    next >
Text File  |  1987-03-07  |  2KB  |  37 lines

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