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

Star Fox 64 3D boots into an unknown Thumb instruction #23

Open
linkmauve opened this issue Dec 29, 2024 · 1 comment
Open

Star Fox 64 3D boots into an unknown Thumb instruction #23

linkmauve opened this issue Dec 29, 2024 · 1 comment

Comments

@linkmauve
Copy link
Contributor

The instruction 0x410a is unimplemented, according to r2 it is lsrs r1, r0, 9.
image

@neobrain
Copy link
Member

Very interesting, actually this instruction should already be handled by expanding it to ARM encoding: https://github.com/mikage-emu/mikage-dev/blob/main/source/arm/thumb.cpp#L211-L219

Any chance you could identify where the instruction is thrown from? gdb's catch throw might help.

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