The , and functions perform bitwise logical operations and therefore appear more meaningful if the Base is set to Hex, Oct or Bin rather than Dec. In the following examples Base is set to Bin.
101 Cmp
gives
111...111010
101 And 110 =
gives
100
101 Or 110 =
gives
111
101 Xor 110 =
gives
11
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team