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

Heuristic: halfwords #102

Open
larsbrinkhoff opened this issue Feb 7, 2022 · 1 comment
Open

Heuristic: halfwords #102

larsbrinkhoff opened this issue Feb 7, 2022 · 1 comment

Comments

@larsbrinkhoff
Copy link
Owner

If the disassembler can't produce symbolic output for a word, try to process halfwords separately.

@larsbrinkhoff
Copy link
Owner Author

This is useful for common cases where the assembly is FOO,,BAR. Especially if both halfwords have 0 or 7 as the most significant octal digit. A negative halfword can try both with and without sign extension to 36 bits.

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

1 participant