aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2025-10-19 20:50:09 +0000
committeriximeow <me@iximeow.net>2025-10-19 23:29:05 +0000
commit153b5b3383d016a8a1440b2b932815efed25f847 (patch)
treedd861216ad571e479b74a8bb48cab0c35c091592 /CHANGELOG
parentd1fefcc4461363b30f69b3cab386254c77de08e0 (diff)
tag instruction decode fixes, differential test precision
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 588429a..9958744 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+## 0.3.3
+
+* fix some issues with tag instruction decoding
+ - the raw tag offset was reported, rather than the shifted-by-four value that
+ corresponds to a real address
+ - ldg was displayed as "ldm" (thank you @martin-fink!)
+
## 0.3.2
* fully support PAC instructions