aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-08-02 19:35:19 +0000
committeriximeow <me@iximeow.net>2026-08-02 19:35:19 +0000
commit345eacf8f1dc29cb4cd836e3d585d30497e7ea72 (patch)
treee6f1424a12ec12d59ff8ed2bcd6ef676da05bbf5 /CHANGELOG
parentbc4ffbe7a8ffe1bfbf2e0785c561a339bfa25321 (diff)
pkhbt/pkhtb bitmask confusion
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 71aa08a..b552484 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@
* the decoder reused the non-thumb encoding table, but thumb opcode/sizes are
encoded in a different order.
* thumb2: `ldrexd` was off by one in looking up an opcode
+* thumb2: pkhtb/pkhbt distinction was off by one bit
* thumb2: `mrs` destinations, which should have been a mask of the current (or
saved) program status register, was reported as a banked GPR.
* ARMv8: support thumb2 encoding of `Test Target` instruction, `Opcode::TT`