budy (d) Write a subroutine that located at memory address location $0x100 named "16bitAdder" that will perform an addit
Posted: Fri Jul 08, 2022 6:24 am
budy (d) Write a subroutine that located at memory address location $0x100 named "16bitAdder" that will perform an addition of two 16-bit numbers stored in (R1:R0) and (R3:R2). The results of the addition shall be stored in (R1:R0). Then write the main program starting at memory address location $0x200 that will initialize (R1:R0) with OxBBBB and (R3:R2) with OxAAAA, and then add them by calling the subroutine "16bitAdder". END OF PAPER - (8)