This document presents a presentation on logic, shift, and rotate instructions. It discusses binary logic instructions like AND, OR, XOR, and NOT and provides truth tables. It also covers shift instructions such as SHL, SHR, SAL, SAR, ROL, ROR, RCL, and RCR and provides examples of how each works. The use of masks with AND, OR, and XOR instructions is also covered, allowing specific bits of a destination to be cleared, set, or complemented.