Skip to content

v1.8.0

Compare
Choose a tag to compare
@0xd4d 0xd4d released this 17 Jul 10:17
· 1916 commits to master since this release
  • Added Intel AMX instructions, AMD VMGEXIT and REX.W GETSEC
  • Synced formatter output with latest gas/masm/nasm
  • Updated AMD decoder (it doesn't support REX.W CALL/JMP FAR [mem], REX.W LSS/LFS/LGS [mem]), add UD0 (without a modrm byte). Use the AMD decoder option, the older AmdBranches is now obsolete but does the same thing.
  • Intel removed MPX ISA in 2019. MPX instructions are now disabled by default but can be enabled with the MPX decoder option.
  • Added Decoder.LastError property, deprecated InvalidNoMoreBytes
  • Added Assembler.db(byte[]) (Credit: @Symbai)
  • Added try_virtual_address() (Credit: @Ralith)
  • Added generator --{in,ex}clude-cpuid <name> command line options
  • .NET, Rust and JavaScript libs use the same version number