avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Re: AVR byte swap optimization


From: David VanHorn
Subject: Re: [avr-gcc-list] Re: AVR byte swap optimization
Date: Mon, 18 Dec 2006 16:11:42 -0500



tmp.us=xx;
tmp1=tmp.x.h;
tmp.x.h=tmp.x.l;
tmp.x.l=tmp1;
 
 
Am I missing something here?
Why not pop to assembler, push the high, push the low, pop the high, pop the low?
 
 

 

reply via email to

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