Int 66 - Newkey V5.4 - Installation Vector [K]
Return: immediately (IRET)
Program: Newkey is a shareware keyboard macro program by Frank A. Bell
Range: INT 60h to INT 67h, selected by scanning for highest unused vector
Note: the installation check consists of testing for the signature bytes
FDh FCh FFh FEh at offset 03h in the interrupt handlers segment
BUG: the code obviously intends to use INT F0-FE, INT 70-77, and INT 68-6F
before falling back to INT 60-67, but only uses the last of these
ranges in v5.4
See Also: INT 2F/AX=E300h
Index: installation checks;Newkey|Newkey;installation check