.ORG 0x000 ;Einsprung bei Reset rjmp main ;zum Hauptprogramm .ORG 0x005 ;Interrupt für Counter1 mit "Capture Event" gesetzt rjmp auswert ; zum Auswerten springen ; .ORG 0x010 ;Analog Komparator ; rjmp auswert main: ldi temp, LOW(RAMEND) ;Stack initialisieren out SPL, temp ldi temp, HIGH(RAMEND) out SPH, temp ldi temp, (1<