bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / yield2.s
1 # This test case includes a single case of a yield instruction
2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
3 # the assembler to issue a warning about this!
4
5 .text
6 sleep
7 beq %0, %0, foo
8 # sleep insn in the branch delay slot.
9 sleep
10 foo: nop
This page took 0.031901 seconds and 4 git commands to generate.