-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Support 680x0 line A instructions #140
Comments
No clue how to write sleigh, and more to it ^^^, but something like this in 68000.sinc for starters
|
Thanks. That helps. Next thing to do is probably to write a script which tells Ghidra which registers have changed by the trap. |
Duplicate of #487 |
I'm guessing there are typos in at least these two parts:
Those would mean single bit fields. I'm guessing it should be:
I'm not sure if there were other typos. |
MacOS classic uses line A instructions (instructions with the highest 4 bits set to 1010) as an interface to the OS and the toolbox. Ghidra however considers these illegal, making disassembly of MacOS classic code difficult. It would be useful if Ghidra disassembles those as LineA #0xyyy where yyy are the lower 12 bits of the instruction word.
The text was updated successfully, but these errors were encountered: