Page 1 of 1

Version 20180928

Posted: 28 Sep 2018 16:19
by vitsoft
Release date: 2018 Sep 28
TimeStamp: 1538092800
File size: 3852325
File hash MD5: A44FB332A4C3EE28E716E63FE9BA323F
What's new:
  • Order of emitted prefixes was changed in IiFlush to LOCK, OTOGGLE, ATOGGLE, REPE, REPNE, in accordance with other assemblers.
  • Instruction PCMPESTRM and PCMPESTRI now accept modifier DATA=DWORD or DATA=QWORD in 64bit mode which specifies if the implicit length registers are EAX,EDX or RAX,RDX. See the test t3820.
  • Explicit and implicit ALIGN now emits real multibyte NOP instructions (0x0F14F... instead of series of 0x90) when CPU level is 686 or X64.