diff options
author | iximeow <me@iximeow.net> | 2022-04-30 11:11:56 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-04-30 11:11:56 -0700 |
commit | 073d3b367ee4164fc5c89c4a7869770f0261a00c (patch) | |
tree | 9415e3feae5bce70001fcef1eed530c53322fcbf /CHANGELOG | |
parent | 2097524c851b15e89091fd3775817a06f0eeae4f (diff) |
support 0x9a callf in 16/32-bit modes
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ * adjust test structure so that exhaustive tests can be `#[ignored]` and explicitly run anyway for completeness. this means the ignored at&t tests now are both ignored and appear to succeed when run. +* support `9a` encoding of `callf` with absolute segment/address operand + - this encoding is only present in 32-bit and 16-bit modes ## 1.1.4 * fix reachable unreachable under `DisplayStyle::C` in 64-, 32-, and 16-bit modes |