https://github.com/gate-computer/ga
Assembler abstraction, targeting x86-64 and ARM64 simultaneously
https://github.com/gate-computer/ga
amd64 arm64 assembler go
Last synced: 4 months ago
JSON representation
Assembler abstraction, targeting x86-64 and ARM64 simultaneously
- Host: GitHub
- URL: https://github.com/gate-computer/ga
- Owner: gate-computer
- License: bsd-3-clause
- Created: 2021-11-13T14:25:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T17:24:42.000Z (over 3 years ago)
- Last Synced: 2025-06-23T06:38:03.856Z (12 months ago)
- Topics: amd64, arm64, assembler, go
- Language: Go
- Homepage: https://pkg.go.dev/gate.computer/ga
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
General Assembly is an abstraction over x86-64 and ARM64 assembly
languages. It is intended for writing non-optimal but correct glue code.
Go program is used to generate GNU assembler source files.