blob: fc9f9a65e69551bf667e3fc078954c5405e00903 [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(%12)
add %3, %10, %9