fix typo last commit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / gccisr-02.d
1 #name: gccisr-02: __gcc_isr pseudo instruction
2 #as: -mgcc-isr -mavrtiny
3 #objdump: -dz
4 #target: avr-*-*
5
6 .*: +file format elf32-avr
7
8
9 Disassembly of section \.text:
10
11 00000000 <__start1>:
12 0: 68 94 set
13
14 00000002 <__vec1_start>:
15 2: 0f 93 push r16
16 4: 0f b7 in r16, 0x3f ; 63
17 6: 0f 93 push r16
18 8: 21 30 cpi r18, 0x01 ; 1
19 a: 0f 91 pop r16
20 c: 0f bf out 0x3f, r16 ; 63
21 e: 0f 91 pop r16
22 10: e8 94 clt
23
24 00000012 <__data1>:
25 12: 00 e0 ldi r16, 0x00 ; 0
26 14: 08 00 \.word 0x0008 ; \?\?\?\?
27
28 00000016 <__start2>:
29 16: 68 94 set
30
31 00000018 <__vec2_start>:
32 18: 1f 93 push r17
33 1a: 10 e0 ldi r17, 0x00 ; 0
34 1c: 1f 91 pop r17
35 1e: 18 95 reti
36 20: e1 2f mov r30, r17
37 22: 1f 91 pop r17
38 24: 18 95 reti
39 26: e8 94 clt
40
41 00000028 <__data2>:
42 28: 00 e0 ldi r16, 0x00 ; 0
43 2a: 08 00 \.word 0x0008 ; \?\?\?\?
This page took 0.030493 seconds and 4 git commands to generate.