Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerPC assembly seems to be broken #8

Open
vaguerant opened this issue Oct 18, 2023 · 1 comment
Open

PowerPC assembly seems to be broken #8

vaguerant opened this issue Oct 18, 2023 · 1 comment

Comments

@vaguerant
Copy link

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?

@cnkizy
Copy link

cnkizy commented May 28, 2024

Base:0x800015e0
bl 0x00009d0   ->   4B FF F3 F1

you shoud input bl 0x00009d0, not a bl 0x800009d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants