You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take this with a grain of salt as I know very little about anything (I'm just poking at some Wii cheat codes), but it seems like PPC assembly is broken. Disassembly works fine, but all attempts to assemble any PPC code just result in "Error: Invalid operand".
Example, I'm trying to assemble some branches like this:
0x800015e0: 4BFFF3F1 bl 0x800009d0
I can paste that machine code 4BFFF3F1 into the disassembly field on the right and the left will autofill bl 0x800009d0. Success?
But I can paste the very same bl 0x800009d0 that disasm.pro fed to me back into the (left) assembly field and I get "Error: Invalid operand". Not success.
Help?
The text was updated successfully, but these errors were encountered:
Take this with a grain of salt as I know very little about anything (I'm just poking at some Wii cheat codes), but it seems like PPC assembly is broken. Disassembly works fine, but all attempts to assemble any PPC code just result in "Error: Invalid operand".
Example, I'm trying to assemble some branches like this:
0x800015e0: 4BFFF3F1 bl 0x800009d0
I can paste that machine code
4BFFF3F1
into the disassembly field on the right and the left will autofillbl 0x800009d0
. Success?But I can paste the very same
bl 0x800009d0
that disasm.pro fed to me back into the (left) assembly field and I get "Error: Invalid operand". Not success.Help?
The text was updated successfully, but these errors were encountered: