Compiler/README.md

16 lines
371 B
Markdown
Raw Permalink Normal View History

# Work In Progress
2024-02-14 18:07:04 -08:00
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'
2024-02-14 18:11:57 -08:00
- Linux
# ELF Structure
2024-02-14 18:15:08 -08:00
[Format Example](https://kevinboone.me/elfdemo.html)
2024-02-14 18:11:57 -08:00
![ELF Structure](https://kevinboone.me/img/elfdemo1.png)