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

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

Re: [avr-gcc-list] In-line Assembler Code


From: Jan Waclawek
Subject: Re: [avr-gcc-list] In-line Assembler Code
Date: Sat, 7 Mar 2015 16:37:21 +0100

>the assembly listing is fresh each time I try. 

Are you sure?
Try to add 

     static volatile uint8_t tmp2; 
     tmp2 = __x;
 
into clock_prescale_set() and check what happens with the asm listing.

JW




reply via email to

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