This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IF statement

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