Recent Posts

RC29. Quantifying RC Q2

3 minute read

I’ve reached the halfway point of my RC batch, which means . . . it’s time to have another look at the data! Q2 at a glance Here’s what weeks 4-6 at RC loo...

RC28. Notes Towards an Assembler

3 minute read

Today I started thinking about a plan for implementing an assembler. Here are a few notes and musings I had for the lexer component, which will be responsibl...

RC27. The Walrus and the Char Pointer

2 minute read

This short post has nothing to do with chars or pointers (I couldn’t resist). It does, however, have to do with walruses – walrus operators, to be exact. ...

RC26. Building a CPU

10 minute read

The main thing I worked on today was building (okay “building,” in .hdl) the CPU for my simulated nand2tetris machine using components previously featured ...