Emulation
Dec 3, 2024
Building an NES Emulator: Part 2—CPU Registers, Memory, and Mappers
View FullIn this blog series, I build an NES emulator and document the process. Join me in Part 2, where I talk about CPU memory!
Emulation
Nov 12, 2024
Building an NES Emulator: Part 1—Overview
View FullIn this post, I introduce the basics of the NES architecture and cover fundamental emulation concepts in an accessible way.
Assembly
C++
Emulation
Oct 11, 2024
How Computers Understand 0s and 1s
View FullI built an emulation of an 8-bit CPU, and somewhere along the way, computers just started to make sense.
Reflection
Jan 1, 2024
Reflecting on 2023
View FullI take a bit of time to reflect on things I learned in 2023.