Login  Register

Re: What is bitwise?

Posted by ybakos on Nov 05, 2014; 8:07pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/What-is-bitwise-tp4028463p4028466.html

A basic case is for boolean logic. Other cases include bitmasks and a variety of other "clever" use cases. Can you look online to discover more?