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
What is described by this command: CJNE A,#00001111b, ROW1
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is described by this command: CJNE A,#00001111b, ROW1
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!