Compiler/README.md

11 lines
243 B
Markdown
Raw 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'
- Linux