ACSL Assembly Compiler

C++ License

This compiler is for assembly files in the ACSL format. It can convert asm files into C++ and binary files or simply execute the file.

Options

Option (* are required) Flag Description
*Input File Specify the input file with extension ".asm"
Prevent execution -n Prevents the program from automatically executing.
Compile to a C++ file -c Specify the output file with extension ".c" or ".cpp"
Compile to a binary file -bin Specify the output file with extension ".bin" or ".exe"

License

This code is licensed under the MIT License.