repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
gas
/
testsuite
/
gas
/
iq2000
/
hazard1.s
blob
a9cee194f60b40d43880e0d9207c6bc6f58f9728
1
# This test case includes a single case of a load hazard, whereby an
2
# instruction references a register which is the target of a load.
3
# The assembler must warn about this!
4
5
.data
6
foodata
:
7
.word 42
8
9
.text
10
lw
%
1
,
foodata
(%
1
)
11
add
%
0
, %
1
, %
2