Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / noat-1.s
1 .set noat
2 lw $27, 0x7fff($27)
3 lw $27, -0x8000($27)
4 sw $27, 0x7fff($27)
5 sw $27, -0x8000($27)
6
7 .space 8
This page took 0.063665 seconds and 4 git commands to generate.