Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecs1/casm

The compiled language that I wrote for making easier in writing assembly language.
https://github.com/codecs1/casm

assembly c programming-language x86

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```sh
cmake . && make
```
To run test, run:
```sh
make test
```
To install, run:
```
make install
```
> [!NOTE]
> Example file can be found in 'test' folder.