nayuta-ai / nand2tetris

0 stars 0 forks source link

assembler #7

Open nayuta-ai opened 1 year ago

nayuta-ai commented 1 year ago

Implementation Summary

I implemented chapter 6 of the nand2tetris project. I implemented my assembler. A summary of what was created is included in /projects/06/Assembler.md.

Scope of Impact

/projects/06/cmd/assemble

Particular points to check

Please review all *.go file in /projects/06/cmd/assemble for readability and file structure.

Test

benchmark test

go test ./cmd/assemble -bench .

unit test

go test ./cmd/assemble

Deadline

2022/8