home *** CD-ROM | disk | FTP | other *** search
- ; Library: ZSLIB
- ; Version: 3.4
- ; Module: DSTRM3
- ; Version: 1.0
- ; Author: Gene Pizzetta
- ; Date: October 8, 1991
- ;
- ; DSTRM3 -- Three-byte wide month abbreviations table.
- ;
- PUBLIC DSTRM3
- ;
- DSTRM3: db 'JanFebMarAprMayJunJulAugSepOctNovDec'
- ;
- end