https://github.com/not-nik/aron
An incomplete, x86_64 assembler
https://github.com/not-nik/aron
assembler x86 x86-64
Last synced: 3 months ago
JSON representation
An incomplete, x86_64 assembler
- Host: GitHub
- URL: https://github.com/not-nik/aron
- Owner: Not-Nik
- License: mpl-2.0
- Created: 2022-06-12T22:55:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T20:35:41.000Z (over 3 years ago)
- Last Synced: 2025-10-13T00:56:34.251Z (9 months ago)
- Topics: assembler, x86, x86-64
- Language: Rust
- Homepage:
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aron
An incomplete, x86_64 assembler

## Usage
```
Usage: aron [options] filename
Options:
--help Prints this message
-f format Set the output binary format
elf ELF (64-bit)
macho Mach-O
-o filename Set output filename
```
## Performance
This is not empirical by any means, but the benchmarking on the `test.macos.s`, comparing with macOS' assembler `as`
shows:
