Popularity
9.1
Stable
Activity
0.0
Stable
102
9
8

Monthly Downloads: 34
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Code Generation    
Latest version: v0.4.5

x86-64bit alternatives and similar packages

Based on the "Code Generation" category.
Alternatively, view x86-64bit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of x86-64bit or a related project?

Add another 'Code Generation' Package

README

x86-64

The primary goal of x86-64 is to provide a lightweight assembler for machine generated 64 bit x86 assembly instructions.

Features:

  • The size of operands are statically checked. For example, exchanging rax with eax raises a compile time error rather than a code-generation time error. As a consequence, code generation is faster because the sizes are statically known.
  • Quickcheck tests: You can quickcheck your x86 processor! Please report failures, there is a higher chance that the error is in this library rather than in your processor.
  • Immediate values are automatically converted to smaller size if possible.
  • Automatic calculation of short and near distances

The package is available on HackageDB: http://hackage.haskell.org/package/x86-64bit