Skip to content

Commit

Permalink
V850: add docs to register profile
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Feb 1, 2024
1 parent fb9bfbe commit 4f37f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions librz/analysis/p/analysis_v850.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ static char *get_reg_profile(RzAnalysis *analysis) {
"gpr pc .32 128 0\n"
"gpr r30 .32 120 0\n"

/*
* \see Section 3.3-3.5 https://www.renesas.com/us/en/document/mas/rh850g3kh-users-manual-software
* regID Symbol */
/*0 */ "gpr EIPC .32 132 0\n"
/*1 */ "gpr EIPSW .32 136 0\n"
/*2 */ "gpr FEPC .32 140 0\n"
Expand Down

0 comments on commit 4f37f90

Please sign in to comment.