Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  DOS uses three interrupts, 22H through 24H (decimal 34 through 36), to
  handle three exceptional circumstances: the end of a program, a "break"
  keyboard action (Ctrl-Break or Ctrl-C on the standard PC keyboard), and
  any "critical error" (usually a disk error of some kind). Your programs
  can affect the action taken in each of these three circumstances by
  changing the corresponding interrupt vector to point to any operation you
  choose. This is why we call these interrupts the address interrupts.

  DOS maintains a default address setting for each of these interrupts,
  which is preserved at the beginning of a program's operation and restored
  after the program is finished. This allows your programs to freely change
  these vectors according to their needs without disturbing the operation of
  subsequent programs or the operation of DOS itself.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson