Tag: PHP
-
Building an Assembler
A while back, I decided to take the NANDToTetris course as a way to help fill in some knowledge gaps. The course final project (part 1) asks students to write an assembler translating code written in the HACK assembly language into binary executable code for the HACK hardware platform. You can read more details about the…