How can I jump relative to the PC using the gnu assembler for AVR?

后端 未结 2 942
后悔当初
后悔当初 2021-01-15 00:41

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         


        
2条回答
  •  渐次进展
    2021-01-15 00:57

    I'm assuming that rjmp PC+2 doesnt work in avr-as ? That's how I'd do it in AVR Studio...

提交回复
热议问题