Q:

What is described by this command: CJNE A,#00001111b, ROW1

0

What is described by this command: CJNE A,#00001111b, ROW1


  1. it masks the bit and then jump to the label where ROW1 is written
  2. it makes the value of the accumulator 0FH and then jumps at the address where ROW1 label is written
  3. it compares the value of the accumulator with 0FH and jumps to the location where ROW1 label is there, if the value becomes equal
  4. 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

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (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

total answers (1)

COMPUTER ARCHITECTURE - 8051 MICROCONTROLLER MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
To detect that in which column, the key is placed?... >>
<< Which of the following steps detects the key in a ...