8085 microprocessor : Basic instructions

Computer Science Level pending

A = 05H

B = 35 H

Find the data contents of Accumulator after execution of ADD B

42 H 3C H 3A H 40 H

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Umair Siddiqui
Mar 13, 2016

35 H = 00110101

+05 H = 00000101


3A H = 00111010

since ( 0+1 = 1 ; 0+0 =0 and 1+1 = 0 + carry 1 )

A = 3A H

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...