-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm7tdmi: fix additional instructions that require offset when readin…
…g PC (#1363) Depending on which cycle they read values from registers, instructions will read a different PC value. This is handled in ares by adding an offset to the program counter (r15) value in affected cases. This PR applies the offset in a few instructions that are affected by this behaviour, but were previously not covered.
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters