Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/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]
This page took 0.04665 seconds and 4 git commands to generate.