]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/iq2000/q10hazard4.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.git] / gas / testsuite / gas / iq2000 / q10hazard4.s
1 # This test case includes a single case of a load hazard, whereby an
2 # instruction references a register which is the target of a load.
3 # The assembler must warn about this!
4
5 .data
6 foodata:
7         .word 42
8
9 .text
10         lw %10, foodata(%12)
11         add %3, %10, %9