en:docs:dos:api:int21:2b

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:dos:api:int21:2b [2024/05/02 04:17] prokusheven:docs:dos:api:int21:2b [2024/05/11 06:19] (current) prokushev
Line 16: Line 16:
 ===== Input ===== ===== Input =====
  
-        AH = 2Bh +  * AH = 2Bh 
-        CX = year (1980-2099) +  CX = year (1980-2099) 
-        DH = month (1-12) +  DH = month (1-12) 
-        DL = day (1-31)+  DL = day (1-31)
  
 ===== Return ===== ===== Return =====
  
- AL = status +  * AL = status 
-            00h successful +    00h successful 
-            FFh invalid date, system date unchanged+    FFh invalid date, system date unchanged
  
 ===== Notes ===== ===== Notes =====