Re: Bitwise negation
Posted by cadet1620 on Jun 20, 2013; 8:03pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Bitwise-negation-tp4027026p4027027.html
Bitwise negation means all 16 bits get logical negation (not). Nothing to do with signed numeric values.
--Mark