Skip to content

Commit f8804ff

Browse files
authored
Merge pull request #66 from ecm-pushbx/ecm-2026-04p
drop AX= references with xxh in favour of AH=
2 parents 3f52677 + fd46621 commit f8804ff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/Interrupt List/INT 21 DOS Function Calls/INT 2143FFBP5053 MSDOS 720 Win98 EXTENDEDLENGTH FILENAME OPERATIONS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Return: CF clear if successful
1919
AX = error code (03h,05h) (see #01680 at AH=59h/BX=0000h)
2020
Note: these functions are equivalent to INT 21/AH=39h and INT 21/AH=56h,
2121
but with a maximum path length of 128 characters instead of 67;
22-
unlike INT 21/AX=71xxh, these functions are available under bare
22+
unlike INT 21/AH=71h, these functions are available under bare
2323
DOS and not just in a Windows DOS box
2424
SeeAlso: AH=39h,AH=56h,AX=7139h,AX=7156h
25-
25+

source/Interrupt List/INT 21 DOS Function Calls/INT 214452 DR DOS 341 DETERMINE DOS TYPEGET DR DOS VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Values for Digital Research operating system ID codes (full AX return value):
174174
segment from which the PSP was copied was incorrect so the the PSP
175175
was not filled correctly and did not contain the command tail.
176176
- DR DOS 6.0 BDOS patch "PAT314" English (1992-01-10, XDIR /C: C964h)
177-
This patch modifies INT 21/AX=33xxh, the Ctrl Break handler to
177+
This patch modifies INT 21/AH=33h, the Ctrl Break handler to
178178
support undocumented MS-DOS function INT 21/AX=3302h.
179179
- DR DOS 6.0 BIOS patch "PAT315" English (1992-01-10, XDIR /C: DBAAh)
180180
This patch fixes a problem where, when booting from a Bernoulli

source/Interrupt List/INT 21 DOS Function Calls/INT 2171 Windows95 LONG FILENAME FUNCTIONS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Notes: if error 7100h is returned, the old-style function should be called
5050
(e.g. LONGNAME.TXT -> LONGNAME.TXT, not LONGNA~1.TXT). BETA 3 has
5151
A7h (BL=0, 1) functions added, and 4Eh/4Fh can return file times
5252
in both DOS and 64 bit formats, BETA 4 has support added for
53-
Caldera's DRFAT32 redirector extension (see INT 2F/AX=15xxh).
53+
Caldera's DRFAT32 redirector extension (see INT 2F/AH=15h).
5454
Caldera's DR-OpenDOS 7.02+ COMMAND.COM utilizes the LFN API as soon
5555
as it detects it (mind, that LONGNAME.EXE can be dynamically loaded
5656
and unloaded at runtime). This COMMAND.COM shell also works under

0 commit comments

Comments
 (0)