en:docs:dos:api:int21:43:00

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:43:00 [2025/08/02 06:53] prokusheven:docs:dos:api:int21:43:00 [2025/08/02 06:58] (current) prokushev
Line 24: Line 24:
   * CF clear if successful   * CF clear if successful
     * CX = file attributes     * CX = file attributes
 +    * AX = CX (DR DOS 5.0)
 +  * CF set on error
 +    * AX = error code (01h,02h,03h,05h) (see #01680 at AH=59h)
 +
 Bitfields for file attributes: Bitfields for file attributes:
 ^ Bit(s) ^ Description ^ ^ Bit(s) ^ Description ^
Line 33: Line 37:
 | 1 | hidden | | 1 | hidden |
 | 0 | read-only | | 0 | read-only |
-    * AX = CX (DR DOS 5.0) + 
-  * CF set on error +
-    * AX = error code (01h,02h,03h,05h) (see #01680 at AH=59h)+
  
 ===== Macro ===== ===== Macro =====