Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / crx / no_op_insn.s
1 # Instruction with no operands.
2  .data
3 foodata: .word 42
4          .text
5 footext:
6
7         .global nop
8 nop:
9 nop
10
11         .global retx
12 retx:
13 retx
14
15         .global di
16 di:
17 di
18
19         .global ei
20 ei:
21 ei
22
23         .global wait
24 wait:
25 wait
26
27         .global eiwait
28 eiwait:
29 eiwait