summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/iq2000/oddldw.s
blob: 931fbdfc6a7c24cbd6249160981cc236b7053b28 (plain)
1
2
3
4
5
6
7
8
9
10
# 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 %1, foodata(%12)
OpenPOWER on IntegriCloud