avo

Generate x86 Assembly with Go (program)

Description

This is the program package of avo.

avo makes high-performance Go assembly easier to write, review and maintain. The avo package presents a familiar assembly-like interface that simplifies development without sacrificing performance: + Use Go control structures for assembly generation; avo programs
  are Go programs
+ Register allocation: write functions with virtual registers and avo
  assigns physical registers for you
+ Automatically load arguments and store return values: ensure memory
  offsets are correct for complex structures
+ Generation of stub files to interface with your Go package

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/mmcloughlin/avo


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install avo