https://github.com/mariosieg/terminator
Modern assembler kit for x86-64 and ARM-64
https://github.com/mariosieg/terminator
Last synced: about 1 month ago
JSON representation
Modern assembler kit for x86-64 and ARM-64
- Host: GitHub
- URL: https://github.com/mariosieg/terminator
- Owner: MarioSieg
- License: mit
- Created: 2021-03-07T23:32:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T19:09:58.000Z (over 5 years ago)
- Last Synced: 2025-01-27T23:27:38.201Z (over 1 year ago)
- Language: C
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminator
Terminator is a modern assembler for x86-64 and ARM64.
It can be used as a library from C, C++ and Rust.
Terminator was made to be used inside a JIT-compiler and a VM, so not all CPU extensions are supported.
You can also use it to assemble source files in AT & T and Intel syntax.
Planned Features:
- SSE
- SSE 2
- SSE 3
- SSSE 3
- SSE 4
- SSE 4A
- AVX
- AVX 2
- AVX 512F
There is also no support for x86-16, x86-32 or ARM32, 64 bit only!