esaulenka / ghidra_v850

Ghidra support for Renesas V850 MCUs
MIT License
60 stars 25 forks source link

missing "SCCFG" and "SCBP" register #26

Closed ikuyas closed 1 year ago

ikuyas commented 1 year ago

Ghidra can not disassemble the code "e05f 2008" and "e067 2008". They are disassembled to "ldsr r0, SCCFG,1" and "ldsr r0, SCBP,1". I change " " after "TCSEL" to "SCCFG SCBP" in the section "attach variables [ SR0004_1 SR1115_1 ] []" in v850e3.sinc.

esaulenka commented 1 year ago

thanks a lot for a good bug reports!