GitHub - Maratyszcza/PeachPy: x86-64 assembler embedded in Python
Portable Efficient Assembly Code-generator in Higher-level Python (PeachPy)
PeachPy is a Python framework for writing high-performance assembly kernels.
PeachPy aims to simplify writing optimized assembly kernels while preserving all optimization opportunities of traditional assembly. Some PeachPy features:
Universal assembly syntax for Windows, Unix, and Golang assembly.
PeachPy can directly generate ELF, MS COFF and Mach-O object files and assembly listings for Golang toolchain
Automatic adapt...
Read more at github.com