16-bit

   

In computer science, 16-bit is an adjective used to describe integers that are at most two bytes wide, or to describe CPU architectures based on registers, address buses, or data buses of that size.

N-bit computers
2-bit | 4-bit | 8-bit | 16-bit | 32-bit | 64-bit | 128-bit
N-bit applications
2-bit application | 4-bit application | 8-bit application | 16-bit application | 32-bit application | 64-bit application | 128-bit application


Prominent 16-bit processors include the Intel 8086, Intel 80286, the WDC 65C816 used in the Super Nintendo, and the Motorola M68000.

A 16-bit integer can store <math>2^{16}<math> unique values. In an unsigned representation, these values are the integers between 0 and 65535; using two's complement, possible values range from -32768 to 32767.

See also


de:16-Bit-Architektur

Retrieved from "http://centipedia.com/articles/16-bit"

This page has been accessed 1354 times. This page was last modified 19:14, 27 Oct 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).