Page 1 of 1

PeachPy for assembly

PostPosted: Thu Nov 12, 2015 3:01 pm
by markd
The PeachPy project ( https://github.com/Maratyszcza/PeachPy ) enables writing assembly code in Python. It currently works for x86_64.

Given how most languages have some space overhead for the runtime that makes it hard to fit into the Epiphany's memory limit, this might be a useful approach.