Visual tools to understand CPU logic. Toggle bits, see the flags (N, Z, C, V) light up, and decode Floats.
Updated: Includes ADD/SUB operations for flag analysis.
==).& (AND): Used to Mask (extract) bits. | (OR): Used to Set (force) bits to 1. ^ (XOR): Used to Toggle (invert) bits. << (Shift): Multiply by 2. x << 1.