avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Assembler arithmetic


From: Andrew Hutchinson
Subject: [avr-libc-dev] Assembler arithmetic
Date: Mon, 07 Jul 2008 20:52:45 -0400
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

I want to dynamically pick out a byte from a symbol.

I know I can use lo8(x) .. hhi8(x) - or whatever it is. But these are fixed.

I want to improve and simplify avr-gcc instructions. In this situation I need to iterate through each byte of a symbol - without a bunch of string manipulations.

Is this possible?

Andy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]