Skip to content

AydinyanNarek/AssemblyCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssemblyCompiler

AssemblyCompiler is a program written in C++ for compiling a new language, a new type of assembler.

Dependencies

It is needed to have CMake version at least 3.3.0, and C++17 support.

Build

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.

Usage

Go to the bin folder and run the program. g+++ input file.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published