home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / IMB9007.ZIP / README.TXT < prev    next >
Text File  |  1990-06-28  |  302b  |  11 lines

  1. INSIDE MICROSOFT BASIC SUBSCRIBER,
  2.  
  3. Corrections to "Calling interrupt routines"
  4.  
  5. One line was miscopied into the article from the original code
  6. for the example on getting the DOS version number.
  7.  
  8. The correct line to calculate the minor version number should be
  9.  
  10.     MinorVersion = Regs.AX \ 256
  11.