From 39aaebeb48c30b96b4ff8b66663a1452e2571426 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 27 Oct 2020 00:57:33 -0700 Subject: fix misdecode of instructions in opcode 0x80 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 6e811e0..5f0b9f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## 0.1.3 +* fix 0x80-opcode instructions not having an opcode + - this meant that for example `lock xorb [rax], 0` would decode as invalid + ## 0.1.2 * expose constructors for `RegSpec` in both `long_mode` and `protected_mode` * expose a const `RegSpec::RIP` -- cgit v1.1