Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / wrprs.s
1 # Source file used to test the wrprs instruction
2
3 .set noat
4
5 foo:
6 wrprs zero, zero
7 wrprs at, zero
8 wrprs r2, zero
9 wrprs r4, zero
10 wrprs r8, zero
11 wrprs r16, zero
12 wrprs zero, at
13 wrprs zero, r2
14 wrprs zero, r4
15 wrprs zero, r8
16 wrprs zero, r16
This page took 0.0308 seconds and 4 git commands to generate.