![]() |
Macro
Iam facing one problem.A Macro INIT_ON whose value is
Code:
#define INIT_ON (*((unsigned char *)0x70060000) & 0x80) |
Re: Macro
The only thing that can be wrong is its not working as you expect. What you expect is a million dollar question?
|
Re: Macro
Dear shabbir
I just want to know what does this means (*((unsigned char *)0x70060000) & 0x80) |
Re: Macro
Bitwise Anding both the numbers and type casting them to unsigned char *.
And of 0x70060000 & 0x80000000 Then type cast it |
| All times are GMT +5.5. The time now is 12:02. |