First commit.
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal 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)
|
||||
|
||||

|
Reference in New Issue
Block a user