We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24646ae commit a499774Copy full SHA for a499774
src/part1/hello_world.md
@@ -65,3 +65,13 @@ You could also take a flash cart (I use the [EverDrive GB X5](https://krikzz.com
65

66
67
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