Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ld-zero.s
1 .text
2 foo:
3 lb $0, 0x12345678($2)
4 lbu $0, 0x12345678($2)
5 lh $0, 0x12345678($2)
6 lhu $0, 0x12345678($2)
7 lw $0, 0x12345678($2)
8
9 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
10 .align 4, 0
11 .space 16
This page took 0.04124 seconds and 4 git commands to generate.