Skip to content

v1.9.0

Compare
Choose a tag to compare
@0xd4d 0xd4d released this 18 Oct 19:41
· 1736 commits to master since this release
  • Added new Intel instructions: TDX, Key Locker, UINTR, HRESET, AVX-VNNI
  • Added Cyrix/Geode instructions and Centaur ALTINST
  • Added more OpCodeInfo properties: cpl, mode (rm, v86, vmx, etc), tsx, serializing, vm exit and more.
  • Added FastFormatter with a masm-like syntax that can be used if formatting speed is more important than being able to re-assemble formatted instructions. It also uses less code (good if you're targeting wasm).
  • Added Instruction.HasOpKind() (Credit: @Symbai)