6e50cf1649c1d56c9df9c09f0a04e6cbf404c0d2
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / avr-prop-1.s
1 .section ".text.1", "ax"
2 .global _start
3 _start:
4 .org 0x20
5 nop
6 .org 0x44
7 nop
8
9
10 .section ".text.2", "ax"
11 .global test2
12 text2:
13 .org 0x20
14 nop
15 .align 4
16 nop
17 .align 4
18 nop
19 .org 0x200
20 nop
21
22 .section ".text.3", "ax"
23 .global test3
24 text3:
25 .org 0x0
26 nop
27 nop
28 .align 8
29 nop
This page took 0.032396 seconds and 3 git commands to generate.