;PORTA .equ PIN_LCD_Enable = 6 .equ PIN_LCD_RS = 7 ;PORTB .equ PIN_LCD_DB4 = 4 .equ PIN_LCD_DB5 = 5 .equ PIN_LCD_DB6 = 6 .equ PIN_LCD_DB7 = 7 text: .db "TEXT",0 PowerOn: ldi temp, RAMEND ; Stack initialisieren out sp, temp ;PORTA und B Pullups ldi temp, (0<