I have a binary file that I\'ve disassembled using avr-objcopy. The interrupt vector table looks like:
00000000 : ; VECTOR TABLE 0: 13 c0 rjmp
I'm assuming that rjmp PC+2 doesnt work in avr-as ? That's how I'd do it in AVR Studio...
rjmp PC+2