]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/epiphany/addr-syntax.s
bfd:
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / epiphany / addr-syntax.s
1 ; Check that we can do negative displacements
2 ldr r1,[r2,-2047]
3 ; Check postmodified immediate with positive and negative displacements
4 ldr r2,[r3],-8
5 strd r8,[r4],8
6
7 ; Check that zero displacements work
8 ldrd r10,[r12]
9 strd r10,[r14]