You start off your voyage at i386 island. You find a map, but you're not
sure how to interpret it. Before we go, we should check on the supplies.
It looks like we've got enough of most things:
0x28cb958d EAX's
0xb643052 EBX's
0x8e44508f ECX's
0x10231413 EDX's
0xcbb6536f ESI's
0x4ab7291d EDI's
Perhaps you can help us decode the map:
x86_64 Caves
Next, we'll stop by the x86_64 caves and do some spelunking.
Unfortunately, we didn't pack any clothes for the 64 degree temperatures
in the caves. Thankfully we know how to convert our supplies from i386
island though:
X86_64.RAX = i386.EAX
X86_64.RBX = i386.EBX
X86_64.RCX = i386.ECX
X86_64.RDX = i386.EDX
X86_64.RSI = i386.RSI
X86_64.RDI = i386.EDI
However, the map is still confusing to me. Can you help us scout out how
to get to our next location?
AARCH64 Forest
After making it out of the x86_64 caves, we'll have to make our way
through the treacherous AARCH64 forest. We'll need to trade our spelunking
gear for some hiking equipment, using this guide:
AARCH64.X1 = X86_64.RAX
AARCH64.X2 = X86_64.RBX
AARCH64.X3 = X86_64.RCX
AARCH64.X4 = X86_64.RDX
AARCH64.X5 = X86_64.RSI
AARCH64.X6 = X86_64.RDI
The map for the AARCH64 forest isn't exactly easy to read, but with luck
we'll make it through.
MIPS Mountain
Next, we'll stop by MIPS mountain and see if we can scale its peaks.
Once again, we'll need to convert our remaining supplies:
MIPS.S1 = AARCH64.X1 & 0xffffffff
MIPS.S2 = AARCH64.X2 & 0xffffffff
MIPS.S3 = AARCH64.X3 & 0xffffffff
MIPS.S4 = AARCH64.X4 & 0xffffffff
MIPS.S5 = AARCH64.X5 & 0xffffffff
MIPS.S6 = AARCH64.X6 & 0xffffffff
I don't think I'll ever figure these maps out.
PowerPC Peninsula
We're almost there. Our final task is to cross the PowerPC peninsula.
Thankfully our mountaineering gear can be repurposed for crossing the
peninsula.
PowerPC.R1 = MIPS.S1
PowerPC.R2 = MIPS.S2
PowerPC.R3 = MIPS.S3
PowerPC.R4 = MIPS.S4
PowerPC.R5 = MIPS.S5
PowerPC.R6 = MIPS.S6
See if you can interpret the map and help us reach the treasure.