From dcea0a9548a91bb3726bf64364a9e37fc0f7f204 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 9 Aug 2020 01:44:16 -0700 Subject: add to changelog --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1362dff..34f9c64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,16 @@ * support `vmread`, `vmwrite` * support `iret`/`iretd`/`iretq` * support `enter` +* support `cmc` and `int1` +* support `loopz`, `loopnz`, `jecxz` * support `maskmovq`, `movnti`, and `movntq` - this brings full support to non-vex-coded x86 instructions +* reject excessively-long instructions +* reject reg-reg encodings where instructions forbid those operands +* correctly handle `mov [0xoffset], ax` and `mov ax, [0xoffset]` + - offset had been read with incorrect size +* `vpsrlw`, `vpermq`, `vpminsq`, `vpsrlq`, `vextractf128`, `vinserti128` +* reorganize likely decoding paths for a smidge more speed ## 0.0.14 -- cgit v1.1