Update README.md
parent
abc9f6372c
commit
026dbc41dc
@ -1,2 +1,47 @@
|
||||
# docker-sjasmplus
|
||||
sjasmplus in docker
|
||||
|
||||
### _sjasmplusr compiler in docker_
|
||||
[](https://forthebadge.com) [](https://forthebadge.com) [](https://forthebadge.com)
|
||||
|
||||
[](https://github.com/Bensuperpc/docker-sjasmplus/actions/workflows/main.yml)
|
||||
|
||||
# New Features !
|
||||
|
||||
- Add compiler :)
|
||||
|
||||
#### Install
|
||||
You need Linux distribution like Ubuntu or Manjaoro
|
||||
|
||||
```sh
|
||||
git clone https://github.com/Bensuperpc/docker-sjasmplus.git
|
||||
```
|
||||
```sh
|
||||
cd docker-sjasmplus
|
||||
```
|
||||
#### Usage
|
||||
|
||||
```sh
|
||||
./sjasmplus.sh sjasmplus hello.asm --raw=hello.rom
|
||||
```
|
||||
#### Build
|
||||
```sh
|
||||
make linux/amd64 or linux/arm/v7
|
||||
```
|
||||
|
||||
### Todos
|
||||
|
||||
- Write Tests
|
||||
- Continue dev. :D
|
||||
|
||||
### More info :
|
||||
- https://github.com/z00m128/sjasmplus
|
||||
|
||||
License
|
||||
----
|
||||
|
||||
MIT License
|
||||
|
||||
|
||||
**Free Software forever !**
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue