The most flags of any interrupt.lst entries is the MSW debugging INT 41 interface:
|
INT 41 CPU - MS Windows debugging kernel - OUTPUT CHARACTER FOR USER
|
This has "CPU" which according to https://github.com/LoopZ/TheList/blob/166c02bba343294e8318630cddcef03636b4f8c8/source/Interrupt%20List/_Flags.txt means Callout, Protected mode, and Undocumented.
Do all interrupt entries contain the dash after the slot for the flags, even if no flags are present? That would simplify scanning for the "name" needed for some hyperlinks.
The most flags of any interrupt.lst entries is the MSW debugging INT 41 interface:
TheList/source/Interrupt List/INT 41 SYSTEM DATA HARD DISK 0 PARAMETER TABLE CPU MS Windows/INT 410000 MS Windows debugging kernel OUTPUT CHARACTER FOR USER.txt
Line 7 in 166c02b
This has "CPU" which according to https://github.com/LoopZ/TheList/blob/166c02bba343294e8318630cddcef03636b4f8c8/source/Interrupt%20List/_Flags.txt means Callout, Protected mode, and Undocumented.
Do all interrupt entries contain the dash after the slot for the flags, even if no flags are present? That would simplify scanning for the "name" needed for some hyperlinks.