Re: What language do most students use to write the assembler?

Posted by wilkist1 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/What-language-do-most-students-use-to-write-the-assembler-tp1999299p4027783.html

I used Python - the dictionary data type was very useful! Took about 200 lines of code. I found the API descriptions really useful for structuring the program.