Skip to content

CodeCs1/casm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASM (Code-dev's Assembly language)

The compiled language that I wrote for making easier when writting assembly language.

The compiler just compiled in tokenizing and parsing file.

Installation

This project uses cmake for building and installing this.

To start building, simplely running

cmake . && make

To run test, run:

make test

To install, run:

make install

Note

Example file can be found in 'test' folder.

About

The compiled language that I wrote for making easier in writing assembly language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published