Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - asian dos 3.2+ only - get double byte character set lead table http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Asian DOS 3.2+ only - GET DOUBLE BYTE CHARACTER SET LEAD TABLE
        AX = 6300h
Return: AL = error code
            00h successful
                DS:SI -> DBCS table (see below)
                BX, CX, DX, BP, DI, and ES destroyed
            FFh not supported
Notes:  probably identical to AX=6300h for DOS 2.25
        The US version of DOS 4.0 accepts this function, but returns an empty
          list

Format of DBCS table:
Offset  Size    Description
 00h  2 BYTEs   low/high ends of a range of leading byte of double-byte chars
 02h  2 BYTEs   low/high ends of a range of leading byte of double-byte chars
        ...
  N   2 BYTEs   00h,00h end flag

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson