What is described by this command: CJNE A,#00001111b, ROW1
- it masks the bit and then jump to the label where ROW1 is written
- it makes the value of the accumulator 0FH and then jumps at the address where ROW1 label is written
- it compares the value of the accumulator with 0FH and jumps to the location where ROW1 label is there, if the value becomes equal
- it compares the value of the accumulator with 0FH and jumps to the location where ROW1 label is there, if the value is not equal
(d).it compares the value of the accumulator with 0FH and jumps to the location where ROW1 label is there, if the value is not equal
need an explanation for this answer? contact us directly to get an explanation for this answer