diff options
author | iximeow <me@iximeow.net> | 2025-10-19 20:50:09 +0000 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-10-19 23:29:05 +0000 |
commit | 153b5b3383d016a8a1440b2b932815efed25f847 (patch) | |
tree | dd861216ad571e479b74a8bb48cab0c35c091592 /CHANGELOG | |
parent | d1fefcc4461363b30f69b3cab386254c77de08e0 (diff) |
tag instruction decode fixes, differential test precision
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |