redhat
Advanced Member level 4

how can i write an if statement in assembly for example :
if porta(pin0)==0 then
execute this code
else
execute this code
endif
i can't use btss because i want to execute more than one instruction if the condition is true.
thanks in advance
if porta(pin0)==0 then
execute this code
else
execute this code
endif
i can't use btss because i want to execute more than one instruction if the condition is true.
thanks in advance