EDIT:
Hi,
can someone help me understand this:
Flag = ( ui8 )((Var_0 == 2) && (Var_1 == 1);
I understand if the "&&" was bitwise "&", then it makes more sence. But how can a flag equal a condition? Maybe this assign was ment to be compare?
I don't know in which programming language is this. Does it make a difference? I was assigned this task to figure it out.
Hi,
can someone help me understand this:
Flag = ( ui8 )((Var_0 == 2) && (Var_1 == 1);
I understand if the "&&" was bitwise "&", then it makes more sence. But how can a flag equal a condition? Maybe this assign was ment to be compare?
I don't know in which programming language is this. Does it make a difference? I was assigned this task to figure it out.
Last edited:

