Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Handling Interrupt Trapping (/I, /N) (CV only)
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Format: /I[0 | 1]
/N[0 | 1]
The /I option tells CodeView whether or not to handle nonmaskable-
interrupt (NMI) and 8259-interrupt trapping. The /I0 option forces
CodeView to trap interrupts; use this option to enable CTRL+C
and CTRL+BREAK on computers that CodeView does not recognize as
IBM compatible. The /I1 option tells CodeView not to trap
interrupts. The /I option with no argument is equivalent to the
/I1 option.
NOTE: The /N, /N0, and /N1 options only control CodeView's
handling of nonmaskable interrupts; otherwise, they have
the same effects as the corresponding /I options.
-♦-