en:docs:dos:api:int21:66:01

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=66H, AL=01H

Version

3.3 and higher

Brief

GET GLOBAL CODE PAGE TABLE

Family API

Input

AX = 6601h

Return

 CF set on error
AX = error code (see #01680 at AH=59h/BX=0000h)
CF clear if successful
BX = active code page (see #01757)
DX = system code page (see #01757)

Macro

Notes

See also

 AX=6602h
 

Note

2018/09/04 17:23 · prokushev · 0 Comments