Working with intlist.pl I found the expected broken links in the INT 21 section: 21.71, 21.30, 21.33, 21.4B, 21.58 subfunctions. These are variously referenced eg INT 21/AX=4B01h which leads nowhere as there's a single entry for 21.4B that includes AL values including 01h:
|
AH = 4Bh
|
|
AL = type of load
|
|
00h load and execute
|
|
01h load but do not execute
|
|
03h load overlay (see #01591)
|
|
04h load and execute in background (European MS-DOS 4.0 only)
|
21.6C also is sometimes referenced without the full AX value. Some links specify a "subfunction" using the syntax for a nonexistent register "SF=" (these are not picked up by intlist.pl currently).
And 21.440D has a bunch of links specifying a CX= value. It seems these fail because the line CX = 086Bh / 486Bh isn't picked up by my script as a valid register statement:
Working with intlist.pl I found the expected broken links in the INT 21 section: 21.71, 21.30, 21.33, 21.4B, 21.58 subfunctions. These are variously referenced eg
INT 21/AX=4B01hwhich leads nowhere as there's a single entry for 21.4B that includes AL values including 01h:TheList/source/Interrupt List/INT 21 DOS Function Calls/INT 214B DOS 2 EXEC LOAD ANDOR EXECUTE PROGRAM.txt
Lines 8 to 13 in 8a9c399
21.6C also is sometimes referenced without the full AX value. Some links specify a "subfunction" using the syntax for a nonexistent register "SF=" (these are not picked up by intlist.pl currently).
And 21.440D has a bunch of links specifying a CX= value. It seems these fail because the line
CX = 086Bh / 486Bhisn't picked up by my script as a valid register statement:TheList/source/Interrupt List/INT 21 DOS Function Calls/INT 21440DCX086B MSDOS 70 GENERIC IOCTL UNLOCK PHYSICAL VOLUME.txt
Line 9 in 8a9c399