.include "tn2313def.inc" .def temp1 = r16 .def temp2 = r17 .def temp3 = r18 .def flag = r19 .def SubCount = r21 .def Sekunden = r22 .def Minuten = r23 .def Stunden = r24 .org 0x0000 rjmp Main .org 0x0004 rjmp timer1_compare .include "D:\lcd-routines.asm" Main: ldi temp1, low(RAMEND) out SPL, temp1 rcall lcd_init2 rcall lcd_clear2 rcall lcd_init rcall lcd_clear ldi temp1, high(39999) out OCR1AH, temp1 ldi temp1, low(39999) out OCR1AL, temp1 ldi temp1, (1<