407 views

1 Answer

0 votes
0 votes

8085 is an 8 bit micro processor 

87= 1000 0111

79= 0111 1001

Addition of both number will result into 

= 1  0000 0000

They want the contents of all status bits :

Result is 00

S (sign) this bit is set to 1 if msb is set to 1 , but here MSB is 0 so S = 0 

Zero flag : It set to 1 if result is 0 . here we obtain  result 00  so zero flag is set to 1 

CY : IT IS set to 1 if there is a carry out from MSB . here 1 ( underlined ) is a carry from MSB . So CY is set to 1 

Hence option d is an answer 

Related questions

0 votes
0 votes
2 answers
1
Sanjay Sharma asked May 3, 2016
936 views
9 votes
9 votes
2 answers
3
sh!va asked May 7, 2017
4,319 views
Which interrupt in $8085$ Microprocessor is unmaskable?$\textsf{RST 5.5}$$\textsf{RST 7.5}$$\textsf{TRAP}$Both (a) and (b)
2 votes
2 votes
1 answer
4