The document summarizes common logical instructions in computing including bitwise logic operations like AND, OR, XOR, and NOT. It also covers instructions for clearing bits, rotating bits, swapping bits, and rotating through the carry flag. Examples are provided for each type of logical instruction to demonstrate how they work on bits in a processor.