Hi group How can you write a assembly function to put messages on a LCD without doing multiple ldi r16,0x61 ; 'a' to lcd call putc ; send character to LCD ldi r16,0x62 ; 'b' to lcd call putc ; send character to LCD ldi r16,0x63 ; 'c' to LCD call putc ; send character to LCD From Eric
Message
writing a message for a multi character LCD
2005-02-15 by Eric