[OPCODES][ARM]Fix mask for a few coprocessor opcodes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / avr-prop-1.s
CommitLineData
137c83d6
AB
1 .section ".text.1", "ax"
2 .global _start
3_start:
4 .org 0x20
5 nop
431ff075 6 .org 0x44,5
137c83d6
AB
7 nop
8
9
10 .section ".text.2", "ax"
11 .global test2
12text2:
13 .org 0x20
14 nop
15 .align 4
16 nop
431ff075 17 .align 4,3
137c83d6
AB
18 nop
19 .org 0x200
20 nop
21
22 .section ".text.3", "ax"
23 .global test3
24text3:
25 .org 0x0
26 nop
27 nop
28 .align 8
29 nop
This page took 0.067956 seconds and 4 git commands to generate.