blob: 6c13af2643c078083af00adc1450f7746dcf5e89 [file] [log] [blame]
# This test case includes a single case of a load hazard, whereby an
# instruction references a register which is the target of a load.
# The assembler must warn about this!
.data
foodata:
.word 42
.text
lw %10, foodata(%1)
add %10, %1, %2