All Versions
14
Latest Version
Avg Release Cycle
7 days
Latest Release
-

Changelog History
Page 2

  • v0.1.3 Changes

    • πŸ‘ jmpq instruction support (George Stelle)
    • πŸ‘ support near conditional jumps
    • πŸ‘ support automatic decision between short and near conditional jumps for backward references
    • πŸ‘ support alternative condition names
    • make possible to use labels as relative immediate values (not used yet)
    • πŸ›  bugfix
      • fail if a short jump is out of range
  • v0.1.2 Changes

    • 🏁 Windows operating system support (BalΓ‘zs KΕ‘mΕ±ves)
    • πŸ‘ GHC 7.10 support
    • TODO.md file added
  • v0.1.1 Changes

    • 🚚 examples moved into the library
    • more Haddock comments
    • βœ… add cabal test suit
    • πŸ›  bugfixes
      • fix code generation for alignments
      • smaller code is generated now for 'add rax, 100' and similar instrcutions
  • v0.1.1.1 Changes

    • πŸ“¦ change dependencies to reflect that the package compiles only with ghc 8
    • βœ… add 'tested-with: GHC == 8.0.1' to the cabal file