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