Hi
When using the directives:
_RST: .ivec _Reset, USE_RETA ; Reset / Software Interrupt #0
NMI: .ivec nmi_isr ; Nonmaskable Interrupt
The following opcodes are generated
CA<P24 address> : a branch or call with 24-bit address encoded
5E80_5F80 : NOP_16 || NOP_16
EA<P24 address> : a branch or call with 24-bit address encoded
5E80_5F80 : NOP_16 || NOP_16
These interrupt vector branch or call instructions do not seem to be ducumented in the C55x v3x instruction guides.
Where can I find info on them ?
Cheers