home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / DVCAL11.ZIP / DVCAL11.TXT < prev    next >
Text File  |  1993-09-06  |  582b  |  48 lines

  1. Notes on DVCAL  Version 1.1   (DVCAL11)
  2.  
  3. This is a minor bug fix for DVCAL Version 1.0, which made errors in drawing
  4. the month correctly (during the first week of the month).
  5.  
  6. See enclosed source.  
  7. Line 272 in old source did read:
  8.                     
  9.                                     mov cl,day
  10.  
  11. Now line 272 reads:
  12.  
  13.                                     mov cl,10  ;any one-byte number greater        
  14.                                                ;than 7 is ok here.
  15.  
  16.  
  17. Miles Pawski
  18. CIS:   70473,527
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.