Re: What language do most students use to write the assembler?
Posted by damanska on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/What-language-do-most-students-use-to-write-the-assembler-tp1999299p4027583.html
I did mine in C in maybe 500-600 lines of code. I wrote a small hash table for it though which made the program bigger.
I am gonna try in python now, should be much shorter :)