MCQOPTIONS
Saved Bookmarks
| 1. |
What is described by this command: CJNE A,#00001111b, ROW1 |
| A. | it masks the bit and then jumps to the label where ROW1 is written |
| B. | it makes the value of the accumulator 0FH and then jumps at the address where ROW1 label is written |
| C. | it compares the value of the accumulator with 0FH and jumps to the location where ROW1 label is there if the value becomes 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 |
| Answer» E. | |