
CPU16
REFERENCE MANUAL
EXCEPTION PROCESSING
MOTOROLA
9-1
SECTION 9 EXCEPTION PROCESSING
This section discusses exception handling, exception processing sequence, and spe-
cific features of individual exceptions.
9.1 Definition of Exception
An exception is an event that pre-empts normal instruction process. Exception pro-
cessing makes the transition from normal instruction execution to execution of a rou-
tine that deals with an exception.
Each exception has an assigned vector that points to an associated handler routine.
Exception processing includes all operations required to transfer control to a handler
routine, but does not include execution of the handler routine itself. Keep the distinc-
tion between exception processing and execution of an exception handler in mind
while reading this section.
9.2 Exception Vectors
An exception vector is the address of a routine that handles an exception. Exception
vectors are contained in a data structure called the instruction vector table, which is
located in the first 512 bytes of bank 0.
All vectors except the reset vector consist of one word and reside in data space. The
reset vector consists of four words that reside in program space. There are 52 pre-
defined or reserved vectors, and 200 user-defined vectors.
Each vector is assigned an 8-bit number. Vector numbers for some exceptions are
generated by external devices; others are supplied by the processor. There is a direct
mapping of vector number to vector table address. The processor left shifts the vector
number one place (multiplies by two) to convert it to an address.
Table 9-1
shows exception vector table organization. Vector numbers and addresses
are given in hexadecimal notation.
F
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
n
.