cpu-architecture
CPU Flags Register: Carry, Zero, Overflow, Sign
TL;DR: A CPU flags register stores four single-bit results from the most recent ALU operation: Zero (Z) when the result is zero, Carry (C) on unsigned overflow, Negative/Sign (N) equal...