mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Gekko constistancy changes. Add context item to codeview to show or copy a load/store target memory address from instructions at or near PC when paused.
This commit is contained in:
parent
58c02e6b85
commit
53cf78d413
7 changed files with 149 additions and 56 deletions
|
@ -56,7 +56,7 @@ private:
|
|||
|
||||
static std::string ra_rb(u32 in);
|
||||
static std::string rd_ra_rb(u32 in, int mask);
|
||||
static std::string fd_ra_rb(u32 in, int mask);
|
||||
static std::string fd_ra_rb(u32 in);
|
||||
|
||||
static void trapi(u32 in, unsigned char dmode);
|
||||
static void cmpi(u32 in, int uimm);
|
||||
|
@ -84,7 +84,7 @@ private:
|
|||
static void ldst(u32 in, std::string_view name, char reg, unsigned char dmode);
|
||||
static void fdabc(u32 in, std::string_view name, int mask, unsigned char dmode);
|
||||
static void fmr(u32 in);
|
||||
static void fdab(u32 in, std::string_view name, int mask);
|
||||
static void fdab(u32 in, std::string_view name);
|
||||
static void fcmp(u32 in, char c);
|
||||
static void mtfsb(u32 in, int n);
|
||||
static void ps(u32 inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue