Replies: 1 comment 3 replies
-
|
According to the manual, the register set is pretty much identical, and although there are some instructions in the SH-2A that are not supported in the SH-2E, the 2E does contain a subset of them, do you have an example of an instruction that isn't supported in the 2E? The pipeline operation looks like it determines how many instruction cycles each instruction takes, but it's not clear how that impacts the disassembly? We might need a different cspec if the calling convention is different |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my dissasembly project I am still missing SH-2E instruction set for my SuperH processor Denso SH7058S (ECU in my car). I know, that SH-2A instructions are neraly the same, but NOT at all and it causes problems. In addition, the SH-2E supports single-precision floating point calculations as well as entirely PCAPI compatible emulation of double-precision floating point calculations.
The SH-2E instructions are a subset of the floating point calculations conforming to the IEEE754 standard.
It also covers the pipeline operation, which is a feature of the SH-2E Series. Please can someone help me ? Thank you
Beta Was this translation helpful? Give feedback.
All reactions