Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_sth.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the sth.n instruction
2
3foo:
4 sth.n r4,0(r17)
5 sth.n r4,4(r17)
6 sth.n r4,0xe(r17)
7 sth.n r4,0x1e(r17)
8 sth.n r4,0(r5)
9 sth.n r4,4(r5)
10 sth.n r4,0xe(r5)
11 sth.n r4,0x1e(r5)
This page took 0.417051 seconds and 4 git commands to generate.