Jump to content

12-bit computing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Matthiaspaul (talk | contribs) at 14:18, 16 March 2015 (References: Probably "odd" enough to be mentioned in the context of 12 bits, although FAT12 is typically implemented on 16-bit and 32-bit machines (also some 8-bit and 64-bit ones)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer architecture, 12-bit integers, memory addresses, or other data units are those that are 12 bits (1.5 octets) wide. Also, 12-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers, address buses, or data buses of that size.

Possibly the best-known 12-bit CPU is the PDP-8 and its relatives, such as Intersil 6100 microprocessor produced in various incarnations from August 1963 to mid-1990. Many analog to digital converters (ADCs) have a 12-bit resolution. Some PIC microcontrollers use a 12-bit word size.

12 binary digits have 4096 (10000 octal, 1000 hexadecimal) distinct combinations. Hence, a microprocessor with 12-bit memory addresses can directly access 4096 words (4 Kw) of word-addressable memory. At a time when six-bit character codes were common a 12-bit word, which could hold two characters, was a convenient size.

List of 12-bit computer systems

See also

References