11-28-2007 11:46 AM
11-28-2007 11:50 AM
x80 and x0f have no bits in common, so a bitwise AND will give you zero. What else do you expect?
Dravi99 wrote:
I have two data, 80h and 0Fh i want to AND them
11-28-2007 11:56 AM
If you AND 80h and 0Fh, the result is 00h.
11-28-2007 11:57 AM
Hey altenbach,
Sorry for my stupidity
, just got carried away in the code i configured that. I also configured the rest of the problem , I guess. if not i will post my query here.
Thanks for the help. Good to know that you are around !
11-28-2007 11:59 AM
Thanks Dennis.
I realized what I was trying to do. Just got confused between different bits and posted something stupid.