> > menu: > > lpm ; Load byte > > from program memory into r0 > > nop ; > > nop ; > > tst r0 ; Check if I > > reached the end of the message > > breq run ; If so, continue > > mov treg, r0 ;xmit message > > rcall txcomp ; > > adiw ZL,1 ; Increase Z registers > > rcall menu ; > > > Wouldn't this last instruction be "rjmp menu"? > > Mark Jordan > Yes it should be. I got carried away with my calls. Brian
Message
Re: comms problem
2008-04-06 by Brian