keystone-engine / keystone

Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
http://www.keystone-engine.org
GNU General Public License v2.0
2.31k stars 459 forks source link

80386 call in 8086 mode #557

Open dwzpku opened 1 year ago

dwzpku commented 1 year ago

In KS_MODE_16, the 8086 asm: call xxxx generate a code call 0000xxxx which is a 80386 call instruction.