Question: please help me in writning this assembly code! (35 pts) Implement the REV (reverse byte order in a word) instruction by using other assembly instructions.
please help me in writning this assembly code!
(35 pts) Implement the REV (reverse byte order in a word) instruction by using other assembly instructions. Please remember that REV instruction uses registers for input and output (32-bit data). Use LDR to initialize your registers. Reading/Initializing data from data section is optional. HINT: Consider using shifting, and logic instructions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
