1 PAGE
90,132 ;\ f\eA\b\e2
2 TITLE GRTABPO
- PORTUGUESE CHARACTER SET FOR GRAFTABL COMMAND
3 ;This module is to be linked with the OBJ of GRTAB.SAL. Refer to the
4 ;Prolog of that module for more complete description.
6 ;This module contains the binary description of the pixels that are used
7 ;in graphics mode to define the Portuguese character set when loaded to
8 ;interrupt 1FH by the GRAFTABL command in DOS 3.3.
14 CSEG
SEGMENT PARA
PUBLIC
18 ;(note: the display of the character to the right of the decimal number
19 ;value of this location is not necessarily the graphic that these pixels
20 ;will produce. The displayed character is from the USA character set, and
21 ;does not represent the language character set generated by this table.)
23 ;These fonts are as defined in the Portugal Code Page = 860.
1308 ; include graftpom.inc
1309 DB "Portuguese",0 ;LANGUAGE NAME, IN ASCIIZ FORMAT
1310 ;(the above "DB" is an example of the ENGLISH version of the above include file)
1311 IF ($-CSEG
) MOD 16 ;IF NOT ALREADY ON 16 BYTE BOUNDARY
1312 DB (16-(($-CSEG
) MOD 16)) DUP(0) ;ADD PADDING TO GET TO 16 BYTE BOUNDARY