Question: Write a 68000 program to reverse the order of bits in register D2. For example, if the starting pattern in D2 is 1110...0100, the result
Write a 68000 program to reverse the order of bits in register D2. For example, if the starting pattern in D2 is 1110...0100, the result left in D2 should be 0010... 0111. (Hint: Use shift and rotate operations.)
Step by Step Solution
3.45 Rating (158 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
