Re: Hardware Simulator Not Working?

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Hardware-Simulator-Not-Working-tp3334406p3334446.html

You need to use some sort of text editor like Notepad to write your HDL files.  Usually you will load a test script and the test script will load the HDL file.

A complete set of skeleton HDL files and test scripts is available from the TECS web site's Study Plan page's Project links.

The Jack compiler is a command line program.  That's why it's exiting immediately.

--Mark