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