Differences
This shows you the differences between two versions of the page.
en:docs:dos:api:int21:5d:0a [2021/08/01 13:51] – created prokushev | en:docs:dos:api:int21:5d:0a [2024/05/03 07:24] (current) – prokushev | ||
---|---|---|---|
Line 16: | Line 16: | ||
===== Input ===== | ===== Input ===== | ||
- | AX = 5D0Ah | + | AX = 5D0Ah |
- | DS:DX -> 11-word DOS | + | DS:DX -> 11-word DOS parameter list (see #01686) |
- | parameter list (see #01686) | + | |
===== Return ===== | ===== Return ===== | ||
- | nothing. | + | nothing. |
- | | + | |
===== Macro ===== | ===== Macro ===== | ||
Line 29: | Line 28: | ||
===== Notes ===== | ===== Notes ===== | ||
+ | documented for DOS 5+, but undocumented in earlier versions | ||
+ | |||
+ | the MS-DOS Programmer' | ||
- | Notes: | + | BUGS:DR DOS 3.41 and 5.0 read the value for ES from the DS field of the DPL; fortunately, |
- | the MS-DOS Programmer' | + | |
- | introduced in DOS 4, and fails to mention that the ERROR structure | + | |
- | passed to this function is a DOS parameter list. | + | |
- | BUGS: DR DOS 3.41 and 5.0 read the value for ES from the DS field of the | + | |
- | | + | |
- | | + | |
- | Novell DOS 7 (through at least Update 4) does not save the pointer, | + | |
- | which is always reported as 0000h:0000h by AH=59h; Update 15 fully | + | |
- | supports this function | + | |
+ | Novell DOS 7 (through at least Update 4) does not save the pointer, which is always reported as 0000h:0000h by AH=59h; Update 15 fully supports this function | ||
===== See also ===== | ===== See also ===== | ||
- | AH=59h/ | + | AH=[[en: |
===== Note ===== | ===== Note ===== |