Skip to content

Commit 69bc450

Browse files
committed
Update readme
1 parent 9b49097 commit 69bc450

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@
33
An hello world for Game Boy made with GBZ80 ASM.
44

55
This has been done with the help of [@ISSOtm](https://github.com/ISSOtm) tutorial on how to dev on Gameboy in ASM Z80. (You can [find it here](https://eldred.fr/gb-asm-tutorial/index.html))
6+
7+
## Get the rom
8+
9+
The rom can be find in the release of this project.
10+
11+
## Build the project
12+
13+
You can build the project with the help of `RGBASM`. You can install it [following this instructions](https://github.com/rednex/rgbds#1-installing-rgbds).
14+
Then, you can build the project doing :
15+
16+
```sh
17+
make all
18+
```
19+
20+
And tada ! A `hello-world.gb` rom should have appear, ready to be used on an emulator or on a flash cartrige.

0 commit comments

Comments
 (0)