LOGICAL FUNCTIONS

 

There is a set of logical functions which can be used between two operands.

They can be used as normal arithmetic operators.

The only exception is the "Not" operator which works on a single number.

The provided functions are:

 

It executes an "and" between the numbers.

 

It executes an "or" between the numbers.

 

It executes an "exclusive or" between the numbers.

 

It inverts all bits of the number shown into the output display.