x86: add missing test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nops-7.s
CommitLineData
3ae729d5
L
1 .text
2_start:
3 xor %eax, %eax
4 .p2align 9
5func1:
6 xor %ebx, %ebx
7 .p2align 8
8func2:
9 xor %ebx, %ebx
10 .p2align 7
11func3:
12 xor %ecx, %ecx
13 .p2align 6
14func4:
15 xor %edx, %edx
16 .p2align 5
17func5:
18 xor %edi, %edi
This page took 0.095306 seconds and 4 git commands to generate.