blob: cb45a5bef208fca110c6b096541f1d7bd770cd73 [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 %2, foodata(%1)
add %0, %1, %2