Reply by Fred Marshall March 13, 20062006-03-13
"rockey" <rockeywang@sohu.com> wrote in message
news:aLGdnRGr9aim44jZRVn-hg@giganews.com...
> Envirment: Visual Dsp++ 3.5 ADSP 219X > _______________________________________ > ena m_mode; > mx0 = 0xffe2; > my0 = 0x0c8b; > > mr = mx0 * my0(ss); > > Why the answer of mr is not the same as that using a calculator ?
Perhaps because it says: mr = mx0 * my0(ss); instead of mr = mx0 * my0; ??
Reply by rockey March 13, 20062006-03-13
Envirment: Visual Dsp++ 3.5 ADSP 219X 
_______________________________________
ena m_mode; 
mx0 = 0xffe2;
my0 = 0x0c8b; 

mr = mx0 * my0(ss); 

Why the answer of mr is not the same as that using a calculator ?