Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / sim / testsuite / d30v-elf / br-bsr.S
1 # verify that the return address is set correctly
2 add r2, r0, 1
3 add r3, r0, dest1
4 sub r3, r3, off1
5 off1:
6 bsr r3 || nop
7 ret1:
8
9 .align 5
10 dest1:
11 sub r2, r62, ret1
12 .long 0x0e000004, 0x00f00000
This page took 0.041646 seconds and 4 git commands to generate.