[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] (no subject)
From: |
Arkadiusz Krysiak |
Subject: |
[avr-gcc-list] (no subject) |
Date: |
Sat, 28 Jun 2008 12:28:47 +0200 |
can anyone explain that behavior?
i have:
#define mbitPatternPowerMode=(7<<2);
MCUCR=(MCUCR&(~mbitPatternPowerMode))|(mADCNoiseReduction|mbitSleepMask);
and i get before compilation:
+00000088: B785 IN R24,0x35 In from I/O location
+00000089: 7C83 ANDI R24,0xC3 Logical AND with
immediate
; ^^^^ bad value i expect 0xE3
instead of 0xC3 :O
+0000008A: 6284 ORI R24,0x24 Logical OR with
immediate
+0000008B: BF85 OUT 0x35,R24 Out to I/O location
----------------------------------------------------
Wystartuj z siłą bolidu w wyścigu o kombinezon i czapkę
ROBERTA KUBICY! Rusza wielka aukcja charytatywna,
sprawdź więcej:
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Faukcje7368578.html&sid=387
- [avr-gcc-list] (no subject),
Arkadiusz Krysiak <=