[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] do-while problem
From: |
Alexander Popov |
Subject: |
Re: [avr-gcc-list] do-while problem |
Date: |
Wed, 5 Jun 2002 13:22:59 +0300 |
Hello, Arne!
> do
> {
> } while (ABC == 0x01 );
>
> 166: 80 91 60 00 lds r24, 0x0060
> 16a: 81 30 cpi r24, 0x01 ; 1
> 16c: f1 f3 breq .-4 ; 0x16a
You must specify variables updated in interrupts as 'volatile' !
Regards,
Alexander Popov
avr-gcc-list at http://avr1.org
- [avr-gcc-list] do-while problem, Arne Lynge Madsen, 2002/06/14
- Re: [avr-gcc-list] do-while problem, Lee Mitchell, 2002/06/14
- Re: [avr-gcc-list] do-while problem,
Alexander Popov <=
- Re: [avr-gcc-list] do-while problem, Jesper Hansen, 2002/06/14
- Re: [avr-gcc-list] do-while problem, Vaclav Carnogursky, 2002/06/14
- Re: [avr-gcc-list] do-while problem, George Kalovyrnas, 2002/06/14
- [avr-gcc-list] ATmega8??, Chris Baugher, 2002/06/14