Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: comms problem

2008-04-06 by Brian

> > 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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.