Skip to content

ii64/golinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tiny "linker" that generate Go Plan9 ASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published