home *** CD-ROM | disk | FTP | other *** search
- ASMWIZ 1.4, 09/09/91:
-
- All source code has been converted from OPTASM to MASM 6.0. While I've
- been a great fan of OPTASM in the past, SLR hasn't updated it in ages, and
- it still doesn't support 80386 code. As of v6.0, MASM has improved to
- the point that I'm willing to use it instead.
-
-
-
- ASMWIZ 1.3, 01/29/91:
-
- The registration fee has been reduced.
-
- An index was added to the ASMWIZ.DOC manual.
-
- The EXECOM utility is now included. This is an improved replacement for
- EXE2BIN which converts .EXE files to .COM files.
-
- The demo program has been modified to assemble directly under A86, MASM,
- QuickASM, and TASM. OPTASM, of course, is also still supported.
-
- A window frame maker has been added. A variety of frames is provided and
- you may also create your own custom frames.
- MV_FRAME
-
-
-
- ASMWIZ 1.2, 03/10/90:
-
- The S0_MID service has been fixed to work properly even if you specify
- more characters than are available in the source string.
-
- Filename manipulation services have been added. These allow you to split
- a path into drive, directory, and filename specs, make any path a complete
- and unambiguous specification, translate a filename through a pattern,
- etc. The MI_MATCHFILE service has been renamed to FI_MATCH.
- FI_COMPLETE, FI_PATTERN, FI_SPLIT
- FI_MATCH (formerly MI_MATCHFILE)
-
- File handling services have been added. These provide automatic network
- compatibility, optional input buffering, and other conveniences.
- DF_CLOSE, DF_DONE, DF_FLUSH, DF_GETTIME, DF_HANDLE, DF_INIT,
- DF_LOCATE, DF_OPEN, DF_READ, DF_TIME, DF_WHERE, DF_WRITE
-
- The Exception Services were extended to include critical error handling.
- EH_CRITDONE, EH_CRITERR, EH_INITCRIT
-
- Machine-level graphics services were added for Hercules, CGA and EGA.
- G4_BOX, G4_GETPEL, G4_LINE, G4_PLOT
- G6_BOX, G6_GETPEL, G6_LINE, G6_PLOT
- GD_BOX, GD_LINE, GD_PLOT
- GE_BOX, GE_LINE, GE_PLOT
- GH_BOX, GH_GETPEL, GH_LINE, GH_PLOT
-
- The ability to get the current screen mode was added to the various text
- display services.
- BV_GETMODE, MV_GETMODE
-
- The ability to handle files in the BSAVE format (used by BASIC) was added.
- ME_BINFO, ME_BLOAD, ME_BSAVE
-
-
-
- ASMWIZ 1.1, 02/11/90:
-
- A bug was eliminated from the pop-up window services. It had caused
- windows to be smaller than expected.
-
- The example program has been prettied up, inside and out. Since colors
- are now used, a "/B" option has been added for folks using CGAs attached
- to monochrome monitors (the one non-color setup ASMWIZ can't detect).
-
- A bibliography of references used in creating ASMWIZ has been added.
-
- You can now find out what kind of display adapter and monitor are in use.
- MI_GETSCREEN
-
- The ability to automatically convert colors to their monochrome equivalent
- has been added to the various text display services.
- BV_FIXCOLOR, DV_FIXCOLOR, MV_FIXCOLOR
-
- Exception Handling services have been added. These allow your program to
- take control over ^C and ^Break.
- EH_ADDBREAK, EH_INITBREAK, EH_SETBREAK, EH_SUBBREAK
-
- Machine-level Video services have been added to save or restore any part
- of the screen.
- MV_SAVESIZE, MV_SCRREST, MV_SCRSAVE
-
- Machine-level Video services have been added for Hercules graphics mode.
- These provide 90x43 text support.
- HG_CHROUT, HG_CLEOLN, HG_CLS, HG_COLOR, HG_CRLF,
- HG_GETCOLOR, HG_LOCATE, HG_MODE, HG_STROUT, HG_WHERE
-
-
-
- ASMWIZ 1.0, 01/30/90:
-
- This is the initial release of the Assembly Wizard's Library.
-