retagged by
3,006 views

2 Answers

1 votes
1 votes

Answer: (A)

Explanation: DAD will perform Double addition (16 bit) between HL pair and any other pair of register. Among HL, BC, DE and SP; B, H and D register will be used first.
So, DAD H will do HL = HL + HL;
DAD B will do HL = HL + BC;
DAD D will do HL = HL + DE;
SP is stack pointer and it is not a pair register, DAD SP will do HL = HL + SP;
So, option (A) is correct.

Answer:

Related questions

0 votes
0 votes
1 answer
1
Sanjay Sharma asked Jul 11, 2016
3,150 views
In ___ method, the word is written to the block in both the cache and main memory, in parallelWrite throughWrite backWrite protectedDirect mapping
0 votes
0 votes
2 answers
3
Sanjay Sharma asked Jul 11, 2016
3,254 views
The Register that stores all interrupt requests isInterrupt mask registerInterrupt service registerInterrupt request registerStatus register
0 votes
0 votes
1 answer
4