Int 16/AX=F0F0h

Prev Next Ralf Interrups Categories Contents

------

TurboPower TSRs - INSTALLATION CHECK

AX = F0F0h

Return:
AX = 0F0Fh if installed ES:DI -> last data block in TSR list (see #00615)

Note: The returned TSR list provides support for communication among TSRs built with TurboPower's Turbo Professional and Object Professional libraries for Turbo Pascal

See Also: AX=E0E0h

Format of TurboPower TSR data block: Offset Size Description (Table 00615) 00h DWORD pointer to program tag (counted ASCII string) 04h WORD interface version number (0400h) 06h DWORD pointer to command entry point 0Ah DWORD pointer to previous data block (0000h:0000h if none) 0Eh DWORD pointer to next data block (0000h:0000h if none) ---swappable TSRs only--- 12h DWORD pointer to swapping data 16h DWORD pointer to user data. More???

Category: TSR Libraries - Int 16h - T

------

Prev Next Ralf Interrups Categories Contents