Icon

Logic

This directory contains 6 workflows.

And (Byte) 

Performs a bitwise AND operation on two bytes to produce an output byte.

And (Word) 

Performs a bitwise AND operation on two words to produce an output word.

Or (Byte) 

Performs a bitwise OR operation on two bytes to produce an output byte.

Or (Word) 

Performs a bitwise OR operation on two words to produce an output word.

Xor (Byte) 

Performs a bitwise XOR operation on two bytes to produce an output byte.

Xor (Word) 

Performs a bitwise XOR operation on two words to produce an output word.