First commit.

This commit is contained in:
2025-04-08 21:49:27 -07:00
commit 6ae60f21d1
13 changed files with 1363 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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)