This document describes Boolean instructions for the 8051 microcontroller. These instructions allow manipulating individual bits of registers and memory locations. They include instructions to set, clear, complement bits as well as perform AND, OR operations. Conditional jump instructions allow jumping based on carry flag or bit values. Example operations are provided for each instruction to demonstrate how they manipulate bit values.