Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 16 - pe.exe - installation check http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 16 - PE.EXE - INSTALLATION CHECK
        AX = F0F0h
Return: AX = 0F0Fh if installed
            ES:DI -> data block
Note:   PE is a TSR screen grabber included with ASMED, an integrated
          environment for TASM and MASM

Format of data block:
Offset  Size    Description
 00h    DWORD   pointer to program tag (counted ASCII string)
 04h    WORD    ???
 06h    DWORD   pointer to ???
 0Ah  4 BYTEs   ???
 0Eh    DWORD   ???
        more???

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson