x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / hazard3.s
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 %31, foodata(%1)
11 jal footext
12
13 footext:
14 nop
This page took 0.029612 seconds and 4 git commands to generate.