x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-1.s
CommitLineData
0ad71725
L
1 .text
2_start:
3 movl %edi, %eax
4 .balign 8, 0x90
5 movl $0, %edx
6 .balign 8, 0x90
7 addl %eax, %edx
This page took 0.024235 seconds and 4 git commands to generate.