Fix JX’s target.

Jump to where the register is pointing in RAM, not to the register.
This commit is contained in:
Sebastian Schmidt
2019-06-23 11:15:05 +02:00
parent 525579b938
commit 10c070465a
2 changed files with 2 additions and 3 deletions

View File

@@ -16,8 +16,7 @@ Or download a pre-built release and unzip it to `Ghidra/Processors`.
# Bugs
* Some calculations are wrong, causing Ghidra to miscalculate a jump target.
* Probably a lot of others in instructions I did not yet happen to encouter. Pull requests
* Probably a lot in instructions I did not yet happen to encouter. Pull requests
appreciated.
# TODO