Re: I cant Start
Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/I-cant-Start-tp4025019p4025020.html
[Hint: edit your post and uncheck "Message is in HTML Format" so that your lines don't run together. HTML format requires <p> or <br> to split lines.]
If I cut and paste your HDL into Xor1.hdl, it works fine on my system. It's interesting that the error message says "line 3". Are there some blank lines or comments in lines 1 and 2? I'd try deleting everything before the IN line and retyping the CHIP line.
Note that the TECS tools are sometimes a bit picky about white space characters. If you are using a word processor to write your code, make sure you use normal space characters, not "non-breaking" spaces.
If you can't get this working, you can email me your Xor1.hdl file as an attachment to {my-forum-name}@pobox.com and I'll take a look at it.
--Mark