AssemblyCompiler is a program written in C++ for compiling a new language, a new type of assembler.
It is needed to have CMake
version at least 3.3.0, and C++17
support.
Open the CMake and pass the path of the CMakeList.txt
file.
After generating the project got to build
folder and run make
or make -j
and the threads count make -j4
.
The program will be ready to use in the folder bin
.
Go to the bin
folder and run the program.
g+++ input file
.