Skip to content

Commit a499774

Browse files
Added a milestone assessment for GB tutorial
1 parent 24646ae commit a499774

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/part1/hello_world.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,13 @@ You could also take a flash cart (I use the [EverDrive GB X5](https://krikzz.com
6565
![Picture of the Hello World running on a physical DMG](../assets/img/hello_dmg.jpg)
6666

6767
Well, now that we have something working, it's time to peel back the curtains...
68+
69+
:::assessment Milestone 1.1
70+
Given the following compilation commands, could you find the issue?
71+
```console
72+
$ rgbasm -o hello-world.o hello-world.asm
73+
$ rgblink hello-world.o
74+
$ rgbfix -v 0xFF hello-world.gb
75+
```
76+
77+
:::

0 commit comments

Comments
 (0)