home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / tools / inter47 / int2guid / int2guid.key < prev    next >
Text File  |  1992-12-19  |  1KB  |  30 lines

  1. ;Text for INT2GUID conversion program, topic XX (last topic before list).
  2. ;
  3. !WRAP
  4. ;
  5. The window headings (used for screen search, popup F1) and the second and
  6. third level of indeces to the interrupt list can have the following formats:
  7.  
  8. !NOWRAP
  9. Heading         Index           Example (index) Meaning
  10. II              II              00              INT 00
  11. IIHH            II HH           10 00           INT 10 AH = 00
  12. IIXXXX          II XXXX         10 0070         INT 10 AX = 0070
  13. II__LL          II __LL         88 __00         INT 88 AL = 00
  14. II____RXNNNN    II      RXNNNN  60      DI0100  INT 60 DI = 0100
  15. IIHH__RXNNNN    II HH   RXNNNN  13 17   BX0000  INT 13 AH = 17 BX = 0000
  16. IIXXXXRXNNNN    II XXXX RXNNNN  15 1117 BX0000  INT 15 AX = 1117 BX = 0000
  17. II__LLRXNNNN    II __LL RXNNNN  25 __FF SI4358  INT 25 AL = FF SI = 4358
  18. The secondary register can also be a byte register, e.g.:
  19. IIHH__RHNN      II HH   RHNN    15 12   BH00    INT 15 AH = 12 BH = 00
  20. !! 1 ;Classification enabled, include reference to INTERRUP.LST
  21.  
  22. !WRAP
  23. A Function Classification letter may be included after the identification,
  24. e.g. 10 09 V: Interrupt 10 function 09 is a Video function. See
  25. 3INTERRUP.LST for a key to the Function Classification.
  26. ;
  27. !! 0
  28. !NOWRAP
  29. ;
  30.