Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/23/02 07:00
Read: times


 
#27792 - multiplication and division in 8051
I'm using Keil C Compiler, v5.02a. Does anything strange happen when I do something like:

int x;
int y;
long result;
.
.
.
.
result = x*y;

I'm working on the motion-estimation portion of an mpeg-2 encoder. I've written a version that runs on an intel-chip and a version that runs on the 8051. For some reason, I'm getting different results when I'm supposed to get the exact same results. Any ideas?

List of 6 messages in thread
TopicAuthorDate
multiplication and division in 8051            01/01/70 00:00      
RE: multiplication and division in 8051            01/01/70 00:00      
RE: multiplication and division in 8051            01/01/70 00:00      
RE: multiplication and division in 8051            01/01/70 00:00      
problem solved!            01/01/70 00:00      
RE: problem solved! -- Maybe!            01/01/70 00:00      

Back to Subject List