This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:c4eng:fall2023:projects:stl1 [2023/09/28 02:56] – [USING BINARY] mwinter4 | notes:c4eng:fall2023:projects:stl1 [2023/09/28 02:57] (current) – [BITWISE EXCLUSIVE OR] mwinter4 | ||
---|---|---|---|
Line 69: | Line 69: | ||
Which would be interpreted in binary as: | Which would be interpreted in binary as: | ||
< | < | ||
+ | |||
+ | XOR is an important operation that, when combined with AND, can do operations such as binary addition. | ||
====BITWISE NOT==== | ====BITWISE NOT==== | ||
The bitwise NOT operation, represented with the operator <wrap hi> | The bitwise NOT operation, represented with the operator <wrap hi> |