home *** CD-ROM | disk | FTP | other *** search
- ;Text for INT2GUID conversion program, topic XX (last topic before list).
- ;
- !WRAP
- ;
- The window headings (used for screen search, popup F1) and the second and
- third level of indeces to the interrupt list can have the following formats:
-
- !NOWRAP
- Heading Index Example (index) Meaning
- II II 00 INT 00
- IIHH II HH 10 00 INT 10 AH = 00
- IIXXXX II XXXX 10 0070 INT 10 AX = 0070
- II__LL II __LL 88 __00 INT 88 AL = 00
- II____RXNNNN II RXNNNN 60 DI0100 INT 60 DI = 0100
- IIHH__RXNNNN II HH RXNNNN 13 17 BX0000 INT 13 AH = 17 BX = 0000
- IIXXXXRXNNNN II XXXX RXNNNN 15 1117 BX0000 INT 15 AX = 1117 BX = 0000
- II__LLRXNNNN II __LL RXNNNN 25 __FF SI4358 INT 25 AL = FF SI = 4358
- The secondary register can also be a byte register, e.g.:
- IIHH__RHNN II HH RHNN 15 12 BH00 INT 15 AH = 12 BH = 00
- !! 1 ;Classification enabled, include reference to INTERRUP.LST
-
- !WRAP
- A Function Classification letter may be included after the identification,
- e.g. 10 09 V: Interrupt 10 function 09 is a Video function. See
- 3INTERRUP.LST for a key to the Function Classification.
- ;
- !! 0
- !NOWRAP
- ;
-