en:docs:dos:api:int21:38:00

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:docs:dos:api:int21:38:00 [2021/03/23 03:20] – created prokusheven:docs:dos:api:int21:38:00 [2021/03/23 03:23] (current) prokushev
Line 1: Line 1:
-INT 21 - DOS 2+ - GET COUNTRY-SPECIFIC INFORMATION +{{page>en:templates:dosint}} 
-        AH 38h + 
---DOS 2.x-- +====== Int 21H, AH=38H, AL=00H ====== 
-        AL 00h get current-country info+ 
 +===== Version ===== 
 + 
 +and higher 
 + 
 +===== Brief ===== 
 + 
 +GET COUNTRY-SPECIFIC INFORMATION 
 + 
 +===== Family API ===== 
 + 
 + 
 + 
 +===== Input ====
 + 
 +        AX 3800h get current-country info
         DS:DX -> buffer for returned info (see #01398,#01399)         DS:DX -> buffer for returned info (see #01398,#01399)
-ReturnCF set on error+ 
 +===== Return ===== 
 + 
 +  CF set on error
             AX = error code (02h)             AX = error code (02h)
         CF clear if successful         CF clear if successful
Line 10: Line 28:
             buffer at DS:DX filled             buffer at DS:DX filled
                          
 +===== Macro =====
 +
 +
 +===== Notes =====
 +
 +
 +===== See also =====
 +
 + AX=3801h
 +
 +
 +===== Note =====
 +
 +Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]
 +
 +{{page>en:templates:int}}
 +
 +{{page>en:templates:fapi}}
 +