Question: Write a program called COMBINE that combines the low-order nibbles of the four bytes in memory locations 0x0150 to 0x0153 into a single 16-bit word.
Write a program called COMBINE that combines the low-order nibbles of the four bytes in memory locations 0x0150 to 0x0153 into a single 16-bit word. The nibbles should be ordered low-to-high in the result beginning with the data from location 0x0150. Store the result as 16-bits in memory location 0x0154.
Write the program in ARM assembly language. Make sure it compiles and executes with VisUAL ARM Emulator that is available on Windows/Mac/Linux. Post code here. Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
