ARM Assembly - Converting Endianness
- by SoulBeaver
Hello people!
This is currently a homework project that me and my teammate are stuck on. We haven't been given much of an introduction into Assembly, and this is supposed to be our first homework exercise. The task is to create a program that converts 0xAABBCCDD into 0xDDCCBBAA.
I'm not looking for an answer, as that would defeat the purpose,…