all repos — nand2tetris @ 2dd25de3b00bc3e3604e10b13eece7b279a84323

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.