Yahoo Groups archive

AVR-Chat

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

Message

Re: [AVR-Chat] Challenge

2005-06-07 by Richard Reeves

> Speed contest: 	 Fast code desired, space is no object.
Look-up table:

fred:
	ldi	zl,	low(reverse*2)
	ldi	zh,	high(reverse*2)
	add	zl,	temp
	lpm	temp,z
	ret


.org	$xx00
reverse:	.db		<insert 256 byte table>

I think that's six cycles if it's not a subroutine.




Richard
---
"Iz dana u dan ona dolazi i odlazi u talasima"
   http://www.van-gogh.co.yu/

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.