Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / yield1.s
CommitLineData
a99bcdd0
SC
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 jalr %3, %4
7 # sleep insn in the branch delay slot.
8 sleep
9foo: nop
This page took 0.484906 seconds and 4 git commands to generate.