Thanks for the input. I suspected that it must function like the AW60, which doesn't have an illegal area.
This causes my current bootloader to not work as written. I was using the illegal opcode reset AND the illegal address reset to enter the bootloader. This allowed me to differentiate between a reset that entered user code (if it existed) or went straight to bootloader code.
I'll most likely have to use the COP to force a non-ILOP interrupt.
Thanks.
Steve