Int 21/AX=6300h

Prev Next Ralf Interrups Categories Contents

------

DOS 2.25 only - GET LEAD BYTE TABLE ADDRESS

AX = 6300h

Return:
CF clear if successful DS:SI -> lead byte table (see #01746) CF set on error AX = error code (01h) (see #01680 at AH=59h/BX=0000h)

Notes: Does not preserve any registers other than SS:SP. The US version of MS-DOS 3.30 treats this as an unused function, setting AL=00h and returning immediately

See Also: AX=6301h - AH=07h - AH=08h - AH=0Bh

Format of double-byte character set lead byte table entry: Offset Size Description (Table 01746) 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

Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents