Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_stw.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the stw.n instruction
2
3foo:
4 stw.n r4,0(r17)
5 stw.n r4,4(r17)
6 stw.n r4,0x1c(r17)
7 stw.n r4,0x3c(r17)
8 stw.n r4,0(r5)
9 stw.n r4,4(r5)
10 stw.n r4,0x1c(r5)
11 stw.n r4,0x3c(r5)
12 stwz.n zero,0(r16)
13 stwz.n r0,0(r16)
14 stwz.n zero,252(r16)
15 stwz.n zero,252(r7)
This page took 0.217242 seconds and 4 git commands to generate.