* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / gas / testsuite / gas / cris / return.s
1 ; Return-type insns.  Keep a nop after them, in case a sane
2 ; warning is added to the assembler.
3  .text
4 start:
5  ret
6  nop
7  reti
8  nop
9  retb
10  nop
11 end: