Bits, Bytes, shifting and masking in Assembly (Yul)
Jun 23, 2024 · 8 min read · Bit A bit is the smallest unit of data in a computer and can be represented in only two patterns 1 0r 0, which can represent on/off , yes/no , true/false. But a bit is too small to represent any meaningful data. Byte A byte is a collection of 8 bits...
LMark commented




