Use of CJNE and LJMP or SJMP instruction in micro controller
CJNE:- Compare and jump if not equal(CY Flag) Program to use of this instruction by comparing two value Program Description mov R1,#80h ;load the 80 hexadecimal code in R1 register Here: mov A,R1 ;move value of R1 … Read more