Question: Write a general-purpose program- using loop indexed solution that is able to reverse any 8 bytes number for example 123456789ABCDEF1h to F1DEBC9A78563412h. Consider this sample
Write a general-purpose program- using loop indexed solution that is able to reverse any 8 bytes number for example 123456789ABCDEF1h to F1DEBC9A78563412h. Consider this sample call: .data VAR1 QWORD 123456789ABCDEF1h.
Answer it in assembly x64
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
