You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,18 @@
3
3
An hello world for Game Boy made with GBZ80 ASM.
4
4
5
5
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