Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codecs1/casm
- Owner: CodeCs1
- License: mit
- Created: 2024-11-05T01:07:18.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T03:46:52.000Z (2 months ago)
- Last Synced: 2024-11-12T04:27:45.463Z (2 months ago)
- Topics: assembly, c, programming-language, x86
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.