Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 635 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 635 Bytes

Coursera

Build a Modern Computer from First Principles: From Nand to Tetris

Self learning of Nand to Tetris in Coursera.

Websites: nand2tetris

Coursera: Nand to Tetris, Part I, Nand to Tetris, Part II

Textbook: The Elements of Computing Systems

Assignemnts

Project 6: Assembler

When implementing a two-pass assembler, in the first-pass, only process L_COMMAND instructions, in the two-pass, skip L_COMMAND instructions.