Re: In-line Assembler Code
Jan Waclawek <[email protected]>
| Newsgroups | gmane.comp.hardware.avr.gcc |
|---|---|
| Message-ID | <PC195201503071637210244aaadd909@TEST-VISTA> |
>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