Question: it does not need any further information. this is the question uploaded by the doctor Write an ARM assembly code that replaces any odd value
Write an ARM assembly code that replaces any odd value in an array with 0, and stores the count of odd numbers found in RO. Test your code with the following data: ARY DCD 2,5, 3, 6, 8, 11,7 Requirements: Write the code in upper case. Comment your code with short notes only. Do your best to make the code most efficient in terms of clock cycles and number of registers. Put text-copy of your code. Put a screenshot of memory content before and after storing the result. Put a screenshot of RO showing the count of the odd numbers found. List the cost parameters, i.e. number of instructions, registers, clock cycles of your program Write an ARM assembly code that replaces any odd value in an array with 0, and stores the count of odd numbers found in RO. Test your code with the following data: ARY DCD 2,5, 3, 6, 8, 11,7 Requirements: Write the code in upper case. Comment your code with short notes only. Do your best to make the code most efficient in terms of clock cycles and number of registers. Put text-copy of your code. Put a screenshot of memory content before and after storing the result. Put a screenshot of RO showing the count of the odd numbers found. List the cost parameters, i.e. number of instructions, registers, clock cycles of your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
