The latest version of x86-64bit is 0.4.6.3-0.

x86-64bit

Version 0.1 revision 0 uploaded by PeterDivianszky.

Package meta

Synopsis
Runtime code generation for x86 64 bit machine code
Description

The primary goal of x86-64bit 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.

  • Immediate values are automatically converted to smaller size if possible.

  • De Bruijn indices are used instead of named labels

  • Quickcheck tests: You can quickcheck your x86 processor! Please report failures, there is a higher chance that the error is this library rather than in your processor.

Author
Péter Diviánszky
Bug reports
n/a
Category
Code Generation
Copyright
n/a
Homepage
https://github.com/divipp/x86-64
Maintainer
divipp@gmail.com
Package URL
n/a
Stability
Experimental

Components