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

i have some congifusion in assembly language

please tell how we write that thing in assembley language

if(a==0 && b==1)
{ mov p1,#022h
} else
if(a==1 && b==2)
{ mov p1,#011h
} else
{ mov p1,#033
} end

0