1 ; SCCSID = @(#)intnat.asm 1.1 85/04/10
2 BREAK <International data structure format>
5 ; Current structure of the data returned by the international call
8 Date_tim_format DW ? ; 0-USA, 1-EUR, 2-JAP
9 Currency_sym DB ? ; Currency Symbol 5 bytes
14 Thous_sep DB ? ; Thousands separator 2 bytes
16 Decimal_sep DB ? ; Decimal separator 2 bytes
18 Date_sep DB ? ; Date separator 2 bytes
20 Time_sep DB ? ; Decimal separator 2 bytes
22 Bit_field DB ? ; Bit values
23 ; Bit 0 = 0 if currency symbol first
24 ; = 1 if currency symbol last
25 ; Bit 1 = 0 if No space after currency symbol
26 ; = 1 if space after currency symbol
27 Currency_cents DB ? ; Number of places after currency dec point
28 Time_24 DB ? ; 1 if 24 hour time, 0 if 12 hour time
29 Map_call DW ? ; Address of case mapping call (DWORD)
30 DW ? ; THIS IS TWO WORDS SO IT CAN BE INITIALIZED
32 Data_sep DB ? ; Data list separator character
37 ; Max size of the block returned by the INTERNATIONAL call
39 internat_block_max EQU 32