On 09/16/2017 08:15 PM, Andreas Schwab wrote:
On Sep 16 2017, Marek Pietrzak wrote:
test.o: file format elf32-m68hc11
Disassembly of section .text:
:
0: bd 00 00 jsr 0x0
3: 20 0a bra 0xf
...
000f :
f: 01 nop
A
On Sep 16 2017, Marek Pietrzak wrote:
> test.o: file format elf32-m68hc11
>
> Disassembly of section .text:
>
> :
> 0: bd 00 00 jsr 0x0
> 3: 20 0a bra 0xf
> ...
>
> 000f :
> f: 01 nop
>
> As you can see bra is generated
Hello,
I'm reviving some ancient stuff and needed to assemble code for m68hc11
target (I'm going to add a new target for similar microcontroller, but
it's a different story). I compiled binutils 2.29 for m68hc11 target on
Fedora 26 x64 and tried this test program:
a1:
jsr a2
bra a2