hi
i want to use IF statement in assembly, like this
if (p3.0 true) { } else { }
or like this
BEGIN: IF R0 = #45 { } ELSE { } ENDIF jmp begin
so how can i use it, for one byte or compare two bits
help me plz