x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-1.s
... / ...
CommitLineData
1 .text
2single:
3 .nops 0
4 nop
5
6pseudo_1:
7 .nops 1
8
9pseudo_8:
10 .nops 8
11
12pseudo_8_4:
13 .nops 8, 4
14
15pseudo_20:
16 .nops 20
17
18pseudo_30:
19 .nops 30
20
21pseudo_129:
22 .nops 129
23
24end:
25 xor %eax, %eax
This page took 0.024157 seconds and 4 git commands to generate.