Arctyx/README.md
2025-04-08 21:49:27 -07:00

16 lines
371 B
Markdown

# Work In Progress
Does not currently compile anything, it simply creates an ELF binary with the given machine code.
# Usage
`./Compiler /file/path/to/machine/code /output/file/path`
# Supported Architectures
- AMD64
# Supported OS'
- Linux
# ELF Structure
[Format Example](https://kevinboone.me/elfdemo.html)
![ELF Structure](https://kevinboone.me/img/elfdemo1.png)