From 6232e8b1daf7067cb2e8065687530d5f88ecb46d Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 15 Jan 2021 18:40:31 -0800 Subject: support xchg AX/reg --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index c608941..0a707eb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ - `rdpkru` and `wrpkru` were incorrectly decoded when modrm bits were not `11` * small performance tweaks. read_imm_signed is now inline(always) and some pre-decode initialization is a bit better-packed +* `xchg {r,e,}ax, reg` was not supported! it's supported now. ## 0.1.4 * [long mode only]: fix decoding of rex-prefixed modrm+sib operands selecting index 0b100 and base 0b101 -- cgit v1.1