.include "tn26def.inc" .device Attiny26 .org $0000 rjmp Reset .def temp =r16 .def temp2 =r19 ; I/O Pins .equ Frequency_out =1 Reset: ; Stackpointer bis 265 Byte initialisieren ldi temp, RAMEND out SP, temp ;I/O Initialisierung ldi temp, 1<