410 views
0 votes
0 votes
In the following program segment—
Delay : L × I H, 0010H
LOOP : DCXH
MOV A, L
ORA H
XRA A
JNZ LOOP
RET
Number of time loop will be executed is—
(A) 16
(B) 10
(C) 1
(D) Infinite

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
1
gailort asked May 11, 2022
828 views
A system is based on an 8-bit microprocessor and has two I/O devices. The I/O controllers for this system use separate control and status registers. Both devices handle d...
1 votes
1 votes
1 answer
2
vishnu777 asked Oct 12, 2021
266 views
I want to confirm the exact difference between a cpu and microprocessor and also between microprocessor and microcontroller.Anyone pls explain!
2 votes
2 votes
0 answers
3
Harikesh Kumar asked Jan 14, 2018
366 views
Please explain in detailed
0 votes
0 votes
0 answers
4
Na462 asked Nov 20, 2017
320 views
Can plz anybody explain with example:- RLC,RRC,RAL,RAR operators ,How they work?