* gas/mips/micromips@24k-branch-delay-1.d: New test.
[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.030922 seconds and 5 git commands to generate.