Re: "Not" gate
Posted by
ivant on
Jan 25, 2021; 11:52am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Not-gate-tp4035528p4035532.html
ron2308 wrote
Thank you so much for your help - I am really desparate.
My code is as follows:
/ File name: projects/01/Not.hdl
/**
* Not gate:
* out = not in
*/
CHIP Not {
//SKIPPED
]
Thanks a lot, Ron
The code opens with { but closes with a ]. Should be } instead.