23.3.4.6 .app_excpt Section
This section contains the handler for exceptions that occur when
Status
BEV
= 0
. This section is
located at the general exception address (_GEN_EXCPT_ADDR
) as specified
in the processor definitions linker script and is assigned to the exception memory
region (exception_mem
).
.app_excpt _GEN_EXCPT_ADDR :
{
KEEP(*(.gen_handler))
} > exception_mem