home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / MASM_CN3.ZIP / IMPROVE.DOC < prev    next >
Encoding:
Text File  |  1997-04-10  |  471 b   |  16 lines

  1. "MASM CONVERTER" Improvement History
  2.  
  3. Note: V1.1 was first Public Release
  4.  
  5.   V1.2  .EXIT Directive Fixed (Minor bug).
  6.  
  7.   V1.3  Another Bug Fixed. In Converting All Instructions and Symbols to Upper
  8. Case, I Overlooked the Possiblity of a Lower Case Character in an Ascii
  9. Character Specifier (within Quotes (" " or ' ')).
  10.  
  11. Example:  CMP AL,"a"   will be Convertered to  CMP AL,"A" by the Earlier
  12. Version of "MASM CONVERTER".
  13.  
  14.   That "Bug" has been Fixed.
  15.  
  16.