InterviewSolution
Saved Bookmarks
| 1. |
For the 8085 assembly language program given below, the content of the accumulator after the execution of the program is |
| Answer» A → 0100 0101 B → 0100 0101 Carry flag → 0 RAR will A → 0010 0010 XRA B 0110 0111 67. | |