se_illegal instruction (opcode 0x0000) then it depends if the device is running in debug mode or in standalone mode:
- in debug mode, se_illegal works like software breakpoint. IVOR6 is not triggered. If you just step the code, it works like nop instruction. If you run the code and the program reaches se_illegal instruction, the device will stop execution and it will enter debug mode.
- if the device is running in standalone without debugger, se_illegal will trigger IVOR6 exception.