aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGrond <grond@grondhaus.net>2026-06-24 14:11:18 -0700
committeriximeow <me@iximeow.net>2026-07-28 02:53:24 +0000
commit44f91bf710081d98b465252487a6b168b2f2597e (patch)
tree4a345f7574fc83ccfa7d4fe7a757e39eacf2eb93 /CHANGELOG
parent40743d84ffc8bbe0a4e24b9af4d65d58a1367b23 (diff)
Implement the RRX immediate shift type
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index deb6edd..2daae7f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@
on the opcode (rather than distinct opcodes)
several fixes from @Grond66:
+* ARMv7: support the RRX rotate mode.
* ARMv7: added `armv7::InstDecoder::in_thumb_mode` to read back if an ARMv7
decoder is operating in thumb mode.
* ARMv7: fix incorrect handling of registers lsr or asr by an immediate 32.