Skip to content

Releases: 0xADE1A1DE/AssemblyLine

v1.0.5

29 Sep 07:36
Compare
Choose a tag to compare

Fixes another bug which caused mov reg, imm to sometimes produce wrong machine code.

v1.0.4-1

28 Sep 00:46
f511eb5
Compare
Choose a tag to compare

Changelog

  • FIX bug where 'mov reg, imm' is interpreted as movntqda
  • updated documentation
  • implemented register size optimization for mov instruction to match nasm assembly style
  • added man page
  • added -v -h options to asmline

This hotfix (-1) adresses the issue of the missing manpage, which results in a failed installation.

v1.0.4 -> refer to 1.0.4-1

28 Sep 00:12
f511eb5
Compare
Choose a tag to compare

refer to 1.0.4-1

v1.0.3

16 Sep 02:45
db60743
Compare
Choose a tag to compare
  • FIX rdtsc
  • ADD rdtscp,
  • ADD ror (ri encoding only for now)
  • code maintenance
  • added library versioning

v1.0.2

10 Sep 09:47
Compare
Choose a tag to compare

added support for prefetch instruction

v1.0.1

09 Sep 10:49
Compare
Choose a tag to compare

support for rorx instruction

Initial release v1.0.0

01 Sep 01:20
Compare
Choose a tag to compare