Replace rdrnd with rdrand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / no_op_insn.s
CommitLineData
42851540
NC
1# Instruction with no operands.
2 .data
3foodata: .word 42
4 .text
5footext:
6
7 .global nop
8nop:
9nop
10
11 .global retx
12retx:
13retx
14
15 .global di
16di:
17di
18
19 .global ei
20ei:
21ei
22
23 .global wait
24wait:
25wait
26
27 .global eiwait
28eiwait:
29eiwait
This page took 0.254448 seconds and 4 git commands to generate.