opdracht 1.5.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .data 00000000 00800100 00800100 000000fe 2**0 ALLOC, LOAD, DATA 1 .text 000000a4 00000000 00000000 00000054 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 2 .comment 0000002f 00000000 00000000 000000fe 2**0 CONTENTS, READONLY 3 .debug_aranges 00000020 00000000 00000000 0000012d 2**0 CONTENTS, READONLY, DEBUGGING 4 .debug_info 000009fe 00000000 00000000 0000014d 2**0 CONTENTS, READONLY, DEBUGGING 5 .debug_abbrev 00000756 00000000 00000000 00000b4b 2**0 CONTENTS, READONLY, DEBUGGING 6 .debug_line 000001a6 00000000 00000000 000012a1 2**0 CONTENTS, READONLY, DEBUGGING 7 .debug_frame 00000024 00000000 00000000 00001448 2**2 CONTENTS, READONLY, DEBUGGING 8 .debug_str 0000027d 00000000 00000000 0000146c 2**0 CONTENTS, READONLY, DEBUGGING 9 .debug_ranges 00000010 00000000 00000000 000016e9 2**0 CONTENTS, READONLY, DEBUGGING 10 .text 00000004 000000a4 000000a4 000000f8 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 11 .note.gnu.avr.deviceinfo 0000003c 00000000 00000000 000016fc 2**2 CONTENTS, READONLY, DEBUGGING 12 .text.main 00000002 000000a8 000000a8 000000fc 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 46 00 jmp 0x8c ; 0x8c <__ctors_end> 4: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 8: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 10: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 14: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 18: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 1c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 20: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 24: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 28: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 2c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 30: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 34: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 38: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 3c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 40: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 44: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 48: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 4c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 50: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 54: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 58: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 5c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 60: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 64: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 68: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 6c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 70: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 74: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 78: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 7c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 80: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 84: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 88: 0c 94 52 00 jmp 0xa4 ; 0xa4 <_etext> 0000008c <__ctors_end>: 8c: 11 24 eor r1, r1 8e: 1f be out 0x3f, r1 ; 63 90: cf ef ldi r28, 0xFF ; 255 92: d0 e1 ldi r29, 0x10 ; 16 94: de bf out 0x3e, r29 ; 62 96: cd bf out 0x3d, r28 ; 61 98: 0e 94 54 00 call 0xa8 ; 0xa8
9c: 0c 94 50 00 jmp 0xa0 ; 0xa0 <_exit> 000000a0 <_exit>: a0: f8 94 cli 000000a2 <__stop_program>: a2: ff cf rjmp .-2 ; 0xa2 <__stop_program> Disassembly of section .text: 000000a4 <__bad_interrupt>: a4: 0c 94 00 00 jmp 0 ; 0x0 <__TEXT_REGION_ORIGIN__> Disassembly of section .text.main: 000000a8
: */ #include int main(void) { a8: ff cf rjmp .-2 ; 0xa8