??? 05/20/04 19:57 Read: times |
#70772 - RE: Specify the actual problem,, Responding to: ???'s previous message |
adnan zaffar wrote:
------------------------------- Thanks Raghu Actually i get that part that i have to combine a couple of bytes togather which i ve already done. Now the problem is that i have to initialize my variable to zero and then increment it to a relatively large value... thats where i am stuck .... OK, initialize a variable to zero shouldn't be all that difficult, and incrementing it shouldn't be either if you will do as Andy first suggested and look at the multibyte math code in the code library. Don't ask for a link to it, it's just two clicks away. Using the code library's functions will however require that you be familiar with the instruction set of the 8051... Am I correct in assuming that you are trying to program in assembler? Dennis |