Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / v850 / pr19937.s
CommitLineData
accc0180
NC
1.text
2.globl _start
3_start:
4 # ld.bu FMT14
5 ld.bu 0x0[r10], r20
6 ld.bu 0x4[r10], r20
7 ld.bu 0x8[r10], r20
8
9 ld.b 0x0[r10], r20
10 ld.b 0x4[r10], r20
11 ld.b 0x8[r10], r20
12
13exit:
14 mov r0, r1
15
16.data
17data:
This page took 0.041085 seconds and 4 git commands to generate.