File: /~heha/Mikrocontroller/LEDs/Lauflicht.zip/Lauflicht.lst

Lauflicht.elf:     file format elf32-avr

SYMBOL TABLE:
00000000 l    d  .text	00000000 .text
00820000 l    d  .fuse	00000000 .fuse
00840000 l    d  .signature	00000000 .signature
00000000 g       .text	00000000 __trampolines_start
0000003c g       .text	00000000 _etext
0000003c g       *ABS*	00000000 __data_load_end
00000000 g       .text	00000000 __trampolines_end
0000003c g       *ABS*	00000000 __data_load_start
00000000 g       .text	00000000 __dtors_end
00810000 g       .fuse	00000000 __eeprom_end
00000000 g       .text	00000000 __ctors_start
00000000 g       .text	00000000 __dtors_start
00000000 g       .text	00000000 __ctors_end
00800060 g       .text	00000000 _edata
00800060 g       .fuse	00000000 _end



Disassembly of section .text:

00000000 <__ctors_end>:
   0:	8f e9       	ldi	r24, 0x9F	; 159
   2:	8d bf       	out	0x3d, r24	; 61
   4:	80 e8       	ldi	r24, 0x80	; 128
   6:	9f e0       	ldi	r25, 0x0F	; 15
   8:	88 b9       	out	0x08, r24	; 8
   a:	01 c0       	rjmp	.+2      	; 0xe <__ctors_end+0xe>
   c:	18 95       	reti
   e:	86 bd       	out	0x26, r24	; 38
  10:	96 bd       	out	0x26, r25	; 38
  12:	80 e2       	ldi	r24, 0x20	; 32
  14:	85 bf       	out	0x35, r24	; 53
  16:	78 94       	sei
  18:	82 e0       	ldi	r24, 0x02	; 2
  1a:	8f bd       	out	0x2f, r24	; 47
  1c:	83 e6       	ldi	r24, 0x63	; 99
  1e:	86 bf       	out	0x36, r24	; 54
  20:	81 e0       	ldi	r24, 0x01	; 1
  22:	83 bf       	out	0x33, r24	; 51
  24:	84 e0       	ldi	r24, 0x04	; 4
  26:	89 bf       	out	0x39, r24	; 57
  28:	8f ef       	ldi	r24, 0xFF	; 255
  2a:	87 bb       	out	0x17, r24	; 23
  2c:	9c e0       	ldi	r25, 0x0C	; 12
  2e:	88 95       	sleep
  30:	96 30       	cpi	r25, 0x06	; 6
  32:	88 1f       	adc	r24, r24
  34:	88 bb       	out	0x18, r24	; 24
  36:	9a 95       	dec	r25
  38:	d1 f7       	brne	.-12     	; 0x2e <__ctors_end+0x2e>
  3a:	f8 cf       	rjmp	.-16     	; 0x2c <__ctors_end+0x2c>
Detected encoding: ASCII (7 bit)2