A
Arduino3mo ago
wtf

Double output in 16x2 LCD low level implementation

I'm interfacing an LCD with an atmega328p and programming it in assembly. the problem is I'm getting double characters printed in each iteration of the print loop. also, there's a "garbage" byte at the beginning. code: https://pastebin.com/Xdw4MSw7
Pastebin
main.s - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
No description
2 Replies
wtf
wtfOP3mo ago
turns out I forgot to return from some subroutines
DarwinWasWrong
DarwinWasWrong3mo ago
ouch

Did you find this page helpful?