Question (A) Implement using hardware/ discrete electronic components; by drawing the logic circuit diagram and also indicate the wiring of the busses of the following Assembly instructions of : \( * \mathrm{MOV} \mathrm{A}, \mathrm{B} \) and \( \mathrm{MOV} \mathrm{B}, \mathrm{A} \). - \( * \operatorname{STA} 2030 \) \( * \mathrm{XCHG}- \) *ADD B, that sets the \( \mathrm{F} \) register.

28AJRO The Asker · Electrical Engineering

Transcribed Image Text: (A) Implement using hardware/ discrete electronic components; by drawing the logic circuit diagram and also indicate the wiring of the busses of the following Assembly instructions of : \( * \mathrm{MOV} \mathrm{A}, \mathrm{B} \) and \( \mathrm{MOV} \mathrm{B}, \mathrm{A} \). - \( * \operatorname{STA} 2030 \) \( * \mathrm{XCHG}- \) *ADD B, that sets the \( \mathrm{F} \) register.
More
Transcribed Image Text: (A) Implement using hardware/ discrete electronic components; by drawing the logic circuit diagram and also indicate the wiring of the busses of the following Assembly instructions of : \( * \mathrm{MOV} \mathrm{A}, \mathrm{B} \) and \( \mathrm{MOV} \mathrm{B}, \mathrm{A} \). - \( * \operatorname{STA} 2030 \) \( * \mathrm{XCHG}- \) *ADD B, that sets the \( \mathrm{F} \) register.
Community Answer
YQ0BRF

【General guidance】The answer provided below has been developed in a clear step by step manner.Step1/2Answer:The assembly guidance In order to add two bit integers that are stored in registers B and A (accumulators) and then store the result in the accumulator, the 8085 microprocessor uses the instruction ADD B.The circuit to add 28 bit numbers is as shown Fig 1 bit full adderFor ADD B two 8 bit numbers are stored in 'A'(A_(7)A_(6)A_(5)A_(4)A_(3)A_(2)A_(1)A_(0)) & B(B_(7)B_(6)B_(5)B_(4)B_(3)B_(2)B_(1)B_(3))& result is stored in ' A ' so the resultant cxt is AA B7 A6 B_(6)A_(5),B_(5)A_(4)B_(n)A_(3)B_(3),A_(2)B_(2),A_(1)B_(1)A_(0)B_(0)b_(5)Fig : 8bit adder using 1bit FaExplanation:...............................Explanation:Please refer to solution in this step.Step2/2According to the contents of register "A," the contents of registe ... See the full answer