Hi all, could anyone explain to me what bitwise is please? I have no idea what it is and I have searched online about it but can't find anything about it and I'm struggling to do the ALU part of the course without it! Thank you :)
Bit-wise means one bit at a time. For example, bit-wise And means that each bit position in the operands is treated independently, i.e., like the And16 you built in chapter 1.