diff options
author | iximeow <me@iximeow.net> | 2020-10-27 00:57:33 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-27 00:57:33 -0700 |
commit | 39aaebeb48c30b96b4ff8b66663a1452e2571426 (patch) | |
tree | 6d87158a84ab9e9865bdb86a2ab27290cdb94436 /CHANGELOG | |
parent | fb9ead64e6c7d96c02627b01b6a85921e2d8f7a4 (diff) |
fix misdecode of instructions in opcode 0x800.1.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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` |