ghidra_v850 icon indicating copy to clipboard operation
ghidra_v850 copied to clipboard

Ghidra support for Renesas V850 MCUs

Results 4 ghidra_v850 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/1042932/184326305-ea78170c-9ac7-4f77-91b6-970c6c51d13f.png) Is it possible to improve callt parsing according to spec? ![image](https://user-images.githubusercontent.com/1042932/184326630-f048b160-e64e-409b-9dd5-acdbb8b603de.png) For support this feature, user can set CTBP value in some Proccessor specific dialog in Ghidra. Value can...

I am working on a few V850 and RH850 based ECUs, 99% of the binaries seem to be disassembling fine but in a few instances bad instruction data is encountered....

Usually can be found at end of functions

Ghidra cannot disassemble "ac07 89f3 0000" and "a307 4ff5 0000", which are actual pieces of code. They should be "ld.dw 0x38[r12], r30r31" and "st.dw r30r31, 0x54[sp]". I have made the...