12bitword
12bitword is a term used to refer to a data word comprised of 12 bits. It denotes the basic unit of data width in systems and formats where each value carries 12 binary digits, enabling a range of 0 to 4095 for unsigned interpretation and -2048 to 2047 for signed two’s complement interpretation. Because 12 bits do not align with a single byte, storage and processing often require packing or zero-extension to 16-bit words for convenience.
Historically, 12-bit words were common in early minicomputers and processors. The DEC PDP-8, for example, used
Arithmetic and data handling for 12bitword follows modulo 2^12 semantics. Operations on 12-bit values are typically
In contemporary practice, 12-bit samples are common in certain sensors and audio or image processing pipelines,