home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / dos_ency / app_a / 6501_buf.asm next >
Encoding:
Assembly Source File  |  1988-08-11  |  848 b   |  17 lines

  1. buffer  db      1               ; Information ID code
  2.         dw      38              ; Length of following buffer
  3.         dw      1               ; Country ID (USA)
  4.         dw      437             ; Code-page number
  5.         dw      0               ; Date format
  6.         db      '$',0,0,0,0     ; Currency symbol
  7.         db      ',',0           ; Thousands separator
  8.         db      '.',0           ; Decimal separator
  9.         db      '-',0           ; Date separator
  10.         db      ':',0           ; Time separator
  11.         db      0               ; Currency format flags
  12.         db      2               ; Digits in currency
  13.         db      0               ; Time format
  14.         dd      026ah:176ch     ; Monocase routine entry point
  15.         db      ',',0           ; Data list separator
  16.         db      10 dup (0)      ; Reserved
  17.