2008-11-06 Chao-ying Fu <fu@mips.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / hazard4.s
CommitLineData
a99bcdd0
SC
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
6foodata:
7 .word 42
8
9.text
10 ldw %10, foodata(%12)
11 add %3, %10, %9
This page took 0.249056 seconds and 4 git commands to generate.