58
CHAPTER 3 INTERRUPTS
■ Exceptions
Exception processing is basically the same as interrupt processing. When an exception is detected between
instructions, ordinary processing is suspended, and exception processing is performed. In general,
exception processing occurs as a result of an unexpected operation. Therefore, use exception processing for
debugging programs or for activating recovery software in an emergency.