Mouserial.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 0000003a 00000000 00000000 00000054 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .data 00000000 00800060 00800060 0000008e 2**0 CONTENTS, ALLOC, LOAD, DATA 2 .comment 00000030 00000000 00000000 0000008e 2**0 CONTENTS, READONLY 3 .note.gnu.avr.deviceinfo 00000040 00000000 00000000 000000c0 2**2 CONTENTS, READONLY 4 .debug_aranges 00000020 00000000 00000000 00000100 2**0 CONTENTS, READONLY, DEBUGGING 5 .debug_info 0000079c 00000000 00000000 00000120 2**0 CONTENTS, READONLY, DEBUGGING 6 .debug_abbrev 000004f9 00000000 00000000 000008bc 2**0 CONTENTS, READONLY, DEBUGGING 7 .debug_line 000001a7 00000000 00000000 00000db5 2**0 CONTENTS, READONLY, DEBUGGING 8 .debug_frame 00000024 00000000 00000000 00000f5c 2**2 CONTENTS, READONLY, DEBUGGING 9 .debug_str 00000449 00000000 00000000 00000f80 2**0 CONTENTS, READONLY, DEBUGGING 10 .debug_ranges 00000010 00000000 00000000 000013c9 2**0 CONTENTS, READONLY, DEBUGGING Disassembly of section .text: 00000000 <__vectors>: 0: 10 c0 rjmp .+32 ; 0x22 <__ctors_end> 2: 17 c0 rjmp .+46 ; 0x32 <__bad_interrupt> 4: 16 c0 rjmp .+44 ; 0x32 <__bad_interrupt> 6: 15 c0 rjmp .+42 ; 0x32 <__bad_interrupt> 8: 14 c0 rjmp .+40 ; 0x32 <__bad_interrupt> a: 13 c0 rjmp .+38 ; 0x32 <__bad_interrupt> c: 12 c0 rjmp .+36 ; 0x32 <__bad_interrupt> e: 11 c0 rjmp .+34 ; 0x32 <__bad_interrupt> 10: 10 c0 rjmp .+32 ; 0x32 <__bad_interrupt> 12: 0f c0 rjmp .+30 ; 0x32 <__bad_interrupt> 14: 0e c0 rjmp .+28 ; 0x32 <__bad_interrupt> 16: 0d c0 rjmp .+26 ; 0x32 <__bad_interrupt> 18: 0c c0 rjmp .+24 ; 0x32 <__bad_interrupt> 1a: 0b c0 rjmp .+22 ; 0x32 <__bad_interrupt> 1c: 0a c0 rjmp .+20 ; 0x32 <__bad_interrupt> 1e: 09 c0 rjmp .+18 ; 0x32 <__bad_interrupt> 20: 08 c0 rjmp .+16 ; 0x32 <__bad_interrupt> 00000022 <__ctors_end>: 22: 11 24 eor r1, r1 24: 1f be out 0x3f, r1 ; 63 26: cf e5 ldi r28, 0x5F ; 95 28: d2 e0 ldi r29, 0x02 ; 2 2a: de bf out 0x3e, r29 ; 62 2c: cd bf out 0x3d, r28 ; 61 2e: 02 d0 rcall .+4 ; 0x34
30: 02 c0 rjmp .+4 ; 0x36 <_exit> 00000032 <__bad_interrupt>: 32: e6 cf rjmp .-52 ; 0x0 <__vectors> 00000034
: #include #include "mouserial.h" int main(void) { 34: ff cf rjmp .-2 ; 0x34
00000036 <_exit>: 36: f8 94 cli 00000038 <__stop_program>: 38: ff cf rjmp .-2 ; 0x38 <__stop_program>