From 073d3b367ee4164fc5c89c4a7869770f0261a00c Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 30 Apr 2022 11:11:56 -0700 Subject: support 0x9a callf in 16/32-bit modes --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 4227196..1d676be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -- cgit v1.1