en:docs:dos:api:int21:65:20

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:dos:api:int21:65:20 [2021/08/06 05:35] – created prokusheven:docs:dos:api:int21:65:20 [2024/05/08 01:34] (current) prokushev
Line 9: Line 9:
 ===== Brief ===== ===== Brief =====
  
-COUNTRY-DEPENDENT CHARACTER CAPITALIZATION+capitalize character
  
 ===== Family API ===== ===== Family API =====
Line 16: Line 16:
 ===== Input ===== ===== Input =====
  
-  AX = 6205h+  AX = 6520h
   DL = character to capitalize   DL = character to capitalize
      
Line 22: Line 22:
  
    DL = capitalized character    DL = capitalized character
 +   CF set on error
 +  AX = error code (see #01680 at AH=59h/BX=0000h)
 +  CF clear if successful
      
 ===== Macro ===== ===== Macro =====
Line 32: Line 35:
 ===== See also ===== ===== See also =====
  
-   AH=38h - AH=70h"MS-DOS 7" - INT 2F/AX=1401h - INT 2F/AX=14FEh+AH=[[en:docs:dos:api:int21:38|38h]] - AH=[[en:docs:dos:api:int21:70|70h]] - INT 2F/AX=1401h - INT 2F/AX=14FEh
        
 ===== Note ===== ===== Note =====