2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / align_text.s
1 .asciz "" # empty string
2 .align 2
3
4 nop
5 nop
6 label:
7 .align 5
8 nop
9 label2:
10 .section mysection
11 .align 2
12
13
14
15
This page took 0.030095 seconds and 4 git commands to generate.