Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:docs:dos:api:int21:43:00 [2025/08/02 06:53] – prokushev | en: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, | ||
+ | |||
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, | + | |
===== Macro ===== | ===== Macro ===== |