Netzteil.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 000000ae 00000000 00000000 00000054 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .stab 000006b4 00000000 00000000 00000104 2**2 CONTENTS, READONLY, DEBUGGING 2 .stabstr 00000085 00000000 00000000 000007b8 2**0 CONTENTS, READONLY, DEBUGGING 3 .debug_aranges 00000020 00000000 00000000 0000083d 2**0 CONTENTS, READONLY, DEBUGGING 4 .debug_pubnames 0000001b 00000000 00000000 0000085d 2**0 CONTENTS, READONLY, DEBUGGING 5 .debug_info 00000256 00000000 00000000 00000878 2**0 CONTENTS, READONLY, DEBUGGING 6 .debug_abbrev 00000106 00000000 00000000 00000ace 2**0 CONTENTS, READONLY, DEBUGGING 7 .debug_line 000001bc 00000000 00000000 00000bd4 2**0 CONTENTS, READONLY, DEBUGGING 8 .debug_frame 00000020 00000000 00000000 00000d90 2**2 CONTENTS, READONLY, DEBUGGING 9 .debug_str 000000f6 00000000 00000000 00000db0 2**0 CONTENTS, READONLY, DEBUGGING 10 .debug_pubtypes 00000038 00000000 00000000 00000ea6 2**0 CONTENTS, READONLY, DEBUGGING Disassembly of section .text: 00000000 <__vectors>: 0: 10 c0 rjmp .+32 ; 0x22 <__ctors_end> 2: 15 c0 rjmp .+42 ; 0x2e <__bad_interrupt> 4: 14 c0 rjmp .+40 ; 0x2e <__bad_interrupt> 6: 13 c0 rjmp .+38 ; 0x2e <__bad_interrupt> 8: 12 c0 rjmp .+36 ; 0x2e <__bad_interrupt> a: 11 c0 rjmp .+34 ; 0x2e <__bad_interrupt> c: 10 c0 rjmp .+32 ; 0x2e <__bad_interrupt> e: 0f c0 rjmp .+30 ; 0x2e <__bad_interrupt> 10: 0e c0 rjmp .+28 ; 0x2e <__bad_interrupt> 12: 0d c0 rjmp .+26 ; 0x2e <__bad_interrupt> 14: 0c c0 rjmp .+24 ; 0x2e <__bad_interrupt> 16: 0b c0 rjmp .+22 ; 0x2e <__bad_interrupt> 18: 0a c0 rjmp .+20 ; 0x2e <__bad_interrupt> 1a: 09 c0 rjmp .+18 ; 0x2e <__bad_interrupt> 1c: 08 c0 rjmp .+16 ; 0x2e <__bad_interrupt> 1e: 07 c0 rjmp .+14 ; 0x2e <__bad_interrupt> 20: 06 c0 rjmp .+12 ; 0x2e <__bad_interrupt> 00000022 <__ctors_end>: 22: 11 24 eor r1, r1 24: 1f be out 0x3f, r1 ; 63 26: cf ed ldi r28, 0xDF ; 223 28: cd bf out 0x3d, r28 ; 61 2a: 02 d0 rcall .+4 ; 0x30
2c: 3e c0 rjmp .+124 ; 0xaa <_exit> 0000002e <__bad_interrupt>: 2e: e8 cf rjmp .-48 ; 0x0 <__vectors> 00000030
: #define STP PB0 #define NET PB1 #define TWV PB2 int main(void) { DDRA |= (1< 4c: 00 c0 rjmp .+0 ; 0x4e <__SREG__+0xf> 4e: 00 00 nop _delay_ms(500); PORTA |= (1< 60: 00 c0 rjmp .+0 ; 0x62 <__SREG__+0x23> 62: 00 00 nop _delay_ms(2000); PORTB |= (1< 78: 00 c0 rjmp .+0 ; 0x7a <__SREG__+0x3b> 7a: 00 00 nop _delay_ms(2000); PORTB &= ~(1< 8e: 00 c0 rjmp .+0 ; 0x90 <__SREG__+0x51> 90: 00 00 nop _delay_ms(5000); //PORTB &= ~(1< a4: 00 c0 rjmp .+0 ; 0xa6 <__SREG__+0x67> a6: 00 00 nop a8: f6 cf rjmp .-20 ; 0x96 <__SREG__+0x57> 000000aa <_exit>: aa: f8 94 cli 000000ac <__stop_program>: ac: ff cf rjmp .-2 ; 0xac <__stop_program>