Notes on DVCAL  Version 1.1   (DVCAL11)

This is a minor bug fix for DVCAL Version 1.0, which made errors in drawing
the month correctly (during the first week of the month).

See enclosed source.  
Line 272 in old source did read:
                    
                                    mov cl,day

Now line 272 reads:

                                    mov cl,10  ;any one-byte number greater        
                                               ;than 7 is ok here.


Miles Pawski
CIS:   70473,527





























