Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 862 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 862 Bytes

golinker

A tiny "linker" that generate Go Plan9 ASM

Currently the linker only support ELF object and it must be position independent.

"Compile once, and get the machine code!"

Tested for amd64, planned to support arm64.

Install

Capstone engine: https://github.com/capstone-engine/capstone

go install github.com/ii64/golinker@latest

Or clone first, and do:

make build-debug

Example

Related

License

This project is released under Apache-2.0.