This API checks to see if the interrupt 2AH interface has been installed.
A program can verify whether the interrupt 2AH interface is loaded by calling
interrupt 2AH Installation Check. ┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ ENTRY │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AH │ 0 │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ RETURN │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AH │ Installed Flag │
│ │ │
│ │ "Zero ; Not installed" │
│ │ "Non-Zero ; Installed" │
│ │ │
└───────────────┴──────────────────────────────────────────────────────────────┘