https://github.com/cloudwego/asm2asm
A tool that converts clang generated assembly code into Go ASM.
https://github.com/cloudwego/asm2asm
Last synced: 8 months ago
JSON representation
A tool that converts clang generated assembly code into Go ASM.
- Host: GitHub
- URL: https://github.com/cloudwego/asm2asm
- Owner: cloudwego
- License: apache-2.0
- Created: 2024-03-19T11:39:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T09:09:22.000Z (10 months ago)
- Last Synced: 2025-04-05T12:33:11.700Z (9 months ago)
- Language: Python
- Size: 141 KB
- Stars: 11
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# asm2asm
Converts `clang` generated assembly code into Go ASM.