* This is how to create a DOS file that calls the IRMA screen.
debug
-A
xxxx:0100 MOV AH,E5    (just 5 if standard E78, not E78 plus)
xxxx:0102 INT 16
xxxx:0104 RET
xxxx:0105
-R CX
CX 0000
:F
-N HOTKEY.COM
-W
-Q
* HOTKEY will emulate the two shift keys and cause the host
* screen to appear. (IRMA must be loaded ...)
* IRMA uses software interupts 9 & 16.
