|
||
---|---|---|
.idea | ||
cmake-build-debug | ||
include | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
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