Today’s exercise was RNA transcription. Pretty easy. Looks like everyone had almost the exact same solution as me, just the variable names were different.

I downloaded BGB a GameBoy emulator good for debugging, and RGBDS, a Gameboy Development system as recommended by the GameBoy programming book I mentioned yesterday. I then followed chapter three and had a game boy ROM that does an infinite loop. Kind of cool actually. I didn’t have much time to play but hopefully I will even things out by reading more of my book tonight.

I also made my very own Makefile (with some googling). I always have a hard time with those so I am proud of it.