Question: ECEN 375: Computer Architecture Lab 1: Assembly: Data-Processing Procedure: The objective of this lab is to understand and demonstrate the data-processing Assembly instructions that are

ECEN 375: Computer Architecture Lab 1: Assembly: Data-Processing Procedure: The objective of this lab is to understand and demonstrate the data-processing Assembly instructions that are described in Section 6.3. Write an assembly language program that executes all of the following: Arithmetic Instructions Source registers Assembly code ADD R3. R1, R2 R3 SUB R4. RI, R2 R4 Result Logical Instructions Source registers Assembly code Result AND R3 RI, R2R3 ORR R4, R1, R2 R4 BOR R5, R1, R2 R5 BIC R6, R1, R2 R6 R7 R7.R2 Shift Instructions Source register Result Assembly Code LSL R0, RS, #7 RO LSR R1, RS, #17R1 ASR R2, R5, #3 R2 ROR R3, R5. #21R3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
