home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / asm_wiz / asmwiz.new < prev    next >
Text File  |  1991-09-09  |  4KB  |  100 lines

  1. ASMWIZ 1.4, 09/09/91:
  2.  
  3.    All source code has been converted from OPTASM to MASM 6.0.  While I've
  4.    been a great fan of OPTASM in the past, SLR hasn't updated it in ages, and
  5.    it still doesn't support 80386 code.  As of v6.0, MASM has improved to
  6.    the point that I'm willing to use it instead.
  7.  
  8.  
  9.  
  10. ASMWIZ 1.3, 01/29/91:
  11.  
  12.    The registration fee has been reduced.
  13.  
  14.    An index was added to the ASMWIZ.DOC manual.
  15.  
  16.    The EXECOM utility is now included.  This is an improved replacement for
  17.    EXE2BIN which converts .EXE files to .COM files.
  18.  
  19.    The demo program has been modified to assemble directly under A86, MASM,
  20.    QuickASM, and TASM.  OPTASM, of course, is also still supported.
  21.  
  22.    A window frame maker has been added.  A variety of frames is provided and
  23.    you may also create your own custom frames.
  24.       MV_FRAME
  25.  
  26.  
  27.  
  28. ASMWIZ 1.2, 03/10/90:
  29.  
  30.    The S0_MID service has been fixed to work properly even if you specify
  31.    more characters than are available in the source string.
  32.  
  33.    Filename manipulation services have been added.  These allow you to split
  34.    a path into drive, directory, and filename specs, make any path a complete
  35.    and unambiguous specification, translate a filename through a pattern,
  36.    etc.  The MI_MATCHFILE service has been renamed to FI_MATCH.
  37.       FI_COMPLETE, FI_PATTERN, FI_SPLIT
  38.       FI_MATCH (formerly MI_MATCHFILE)
  39.  
  40.    File handling services have been added.  These provide automatic network
  41.    compatibility, optional input buffering, and other conveniences.
  42.       DF_CLOSE, DF_DONE, DF_FLUSH, DF_GETTIME, DF_HANDLE, DF_INIT,
  43.       DF_LOCATE, DF_OPEN, DF_READ, DF_TIME, DF_WHERE, DF_WRITE
  44.  
  45.    The Exception Services were extended to include critical error handling.
  46.       EH_CRITDONE, EH_CRITERR, EH_INITCRIT
  47.  
  48.    Machine-level graphics services were added for Hercules, CGA and EGA.
  49.       G4_BOX, G4_GETPEL, G4_LINE, G4_PLOT
  50.       G6_BOX, G6_GETPEL, G6_LINE, G6_PLOT
  51.       GD_BOX, GD_LINE, GD_PLOT
  52.       GE_BOX, GE_LINE, GE_PLOT
  53.       GH_BOX, GH_GETPEL, GH_LINE, GH_PLOT
  54.  
  55.    The ability to get the current screen mode was added to the various text
  56.    display services.
  57.       BV_GETMODE, MV_GETMODE
  58.  
  59.    The ability to handle files in the BSAVE format (used by BASIC) was added.
  60.       ME_BINFO, ME_BLOAD, ME_BSAVE
  61.  
  62.  
  63.  
  64. ASMWIZ 1.1, 02/11/90:
  65.  
  66.    A bug was eliminated from the pop-up window services.  It had caused
  67.    windows to be smaller than expected.
  68.  
  69.    The example program has been prettied up, inside and out.  Since colors
  70.    are now used, a "/B" option has been added for folks using CGAs attached
  71.    to monochrome monitors (the one non-color setup ASMWIZ can't detect).
  72.  
  73.    A bibliography of references used in creating ASMWIZ has been added.
  74.  
  75.    You can now find out what kind of display adapter and monitor are in use.
  76.       MI_GETSCREEN
  77.  
  78.    The ability to automatically convert colors to their monochrome equivalent
  79.    has been added to the various text display services.
  80.       BV_FIXCOLOR, DV_FIXCOLOR, MV_FIXCOLOR
  81.  
  82.    Exception Handling services have been added.  These allow your program to
  83.    take control over ^C and ^Break.
  84.       EH_ADDBREAK, EH_INITBREAK, EH_SETBREAK, EH_SUBBREAK
  85.  
  86.    Machine-level Video services have been added to save or restore any part
  87.    of the screen.
  88.       MV_SAVESIZE, MV_SCRREST, MV_SCRSAVE
  89.  
  90.    Machine-level Video services have been added for Hercules graphics mode.
  91.    These provide 90x43 text support.
  92.       HG_CHROUT, HG_CLEOLN, HG_CLS, HG_COLOR, HG_CRLF,
  93.       HG_GETCOLOR, HG_LOCATE, HG_MODE, HG_STROUT, HG_WHERE
  94.  
  95.  
  96.  
  97. ASMWIZ 1.0, 01/30/90:
  98.  
  99.    This is the initial release of the Assembly Wizard's Library.
  100.