forked from starnakin/IronGOLEM
Add README.md
This commit is contained in:
parent
4020de85e2
commit
ff389a1719
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# IronGOLEM
|
||||
librairy for [Golem Programming Language](https://golem.re)
|
||||
|
||||
## How to use in your projet
|
||||
You can simply add the [latest release](https://git.chauvet.pro/starnakin/IronGOLEM/releases) to your golem projet and merge IronGolem.asm with your own .asm
|
||||
|
||||
## Requirements
|
||||
- [orga](https://kdx.re/cgit/orga/)
|
||||
- [golem](https://kdx.re/cgit/golem/)
|
||||
|
||||
## Build
|
||||
``` bash
|
||||
./run.sh
|
||||
```
|
||||
|
||||
## Fonctions list
|
||||
- [aton](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/aton)
|
||||
- [aton_s](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/aton_s)
|
||||
- [bzero](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/bzero)
|
||||
- [aton_s](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/aton_s)
|
||||
- [galloc](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/galloc)
|
||||
- [free](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/free)
|
||||
- [ntoa](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/ntoa)
|
||||
- [ntoa_s](https://git.chauvet.pro/starnakin/IronGOLEM/wiki/ntoa_s)
|
Loading…
Reference in New Issue
Block a user