include/opcode/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-9.s
1 .text
2 foo:
3 sb $2,0($8)
4 .data
5 .word 1
6 .text
7 sb $3,8($8)
8 .data
9 .word 1
10 .text
11 sb $4,16($8)
This page took 0.030505 seconds and 4 git commands to generate.