◄Example► ◄Back► ◄Contents► ◄Index► ────────────────────────────────────────────────────────────────────────────── ;* NewCtrlC - A primitive handler for Interrupt 23h that can take control ;* when the Ctrl-C keyboard sequence is pressed during a DOS operation. For ;* an example of how to use such a handler and install its address into the ;* interrupt vector table, see the MiscDemo program and the Exec example ;* procedure. ;* ;* Shows: DOS Interrupt - 23h (Ctrl-C Handler Address) NewCtrlC PROC iret ; Return from handler ; without taking action NewCtrlC ENDP -♦-