"write a program for a 32 - bit increment which will not affect the the contents of the accumulator? "
Answers
Answered by
0
Answer:
Example 1 : Accumulator Content is 10H (Hex)
Accumulator Content -> 0 0 0 1 0 0 0 0
Result after execution -> Register C : 5
Example 2 : Accumulator content is 02H (Hex)
Accumulator Content -> 0 0 0 0 0 0 1 0
Result after execution -> Register C : 2
Explanation:
Similar questions