Re: What language do most students use to write the assembler?
Posted by
cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/What-language-do-most-students-use-to-write-the-assembler-tp1999299p4028742.html
There's a really nice hash table / dynamic array package available for C. See
this post.
If you haven't written a hash table before, I highly recommend you do so; it's quite educational.
You might find a good book on Data Structures interesting. You can find cheap copies of the first ed. (1992) of Ellis Horowitz, "Fundamentals of Data Structures in C" using bookfinder:
http://www.bookfinder.com/Here's a
direct link to the search results.
--Mark