Q:

Calculate the jump code for again and here if code starts at 0000H

0

Calculate the jump code for again and here if code starts at 0000H

MOV R1,#0
MOV A,#0
MOV R0,#25H
AGAIN:ADD A,#0ECH
JNC HERE
HERE: INC R1
DJNZ R0,AGAIN
MOV R0,A
END


  1. F3,02
  2. F9,01
  3. E9,01
  4. E3,02

All Answers

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

 (c).E9,01

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
When the call instruction is executed the top most... >>
<< JZ, JNZ, DJNZ, JC, JNC instructions monitor the bi...