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:
TryTwo
2022-03-17 12:53:38 -07:00
parent 58c02e6b85
commit 53cf78d413
7 changed files with 149 additions and 56 deletions

View File

@ -70,7 +70,9 @@ private:
void OnFollowBranch();
void OnCopyAddress();
void OnCopyTargetAddress();
void OnShowInMemory();
void OnShowTargetInMemory();
void OnCopyFunction();
void OnCopyCode();
void OnCopyHex();