all repos — nand2tetris @ 3d7b57086cfd40e7f87306605b6ec2f7cc7f74f2

my nand2tetris progress

projects/06/README.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
# Assembler(s)

Approach: write 2-3 assemblers, then compare all three, their approaches, pros/cons, and write retrospective.

1. Write an assembler purely from scratch w/o any "spoilers" or implementation tips from the book or online (besides what I already know).
2. Write an assembler based off of an elegant assmbler I've already seen online (ex. 100rabbits assembler)
3. Write the assembler based on the book's recommended implementation/organization.