8-bit
From Academic Kids Online Encyclopedia
| N-bit processors | |||||
|---|---|---|---|---|---|
| 4-bit | 8-bit | 16-bit | 32-bit | 64-bit | 128-bit |
| N-bit applications | |||||
| 16-bit | 32-bit | 64-bit | |||
| N-bit data sizes | |||||
| 4-bit | 8-bit | 16-bit | 32-bit | 64-bit | 128-bit |
| nibble | byte octet | word | dword | qword | |
| These definitions are current in the x86 world. See linked articles for discussion of the meaning in other architectures. | |||||
In computer science, 8-bit is an adjective used to describe integers, memory addresses or other data units that are at most 8 bits (1 octet) wide, or to describe CPU and ALU architectures based on registers, address buses, or data buses of that size.
8-bit CPUs normally use an 8-bit data bus and a 16-bit address bus which means that their address space is limited to 64 kilobytes; this is not a "natural law", however, and thus there are exceptions.
The first widely adopted 8-bit microprocessor was the Intel 8080, being used in many hobbyist computers of the late 1970s and early 1980s, often running the CP/M operating system. The Zilog Z80 (compatible with the 8080) and the Motorola 6800 were also used in similar computers. The Z80 and the MOS Technology 6502 8-bit CPUs were widely used in home computers and game consoles of the 70s and 80s. Many 8-bit CPUs or microcontrollers are the basis of today's ubiquitous embedded systems.
There are 28 (256) possible permutations for 8 bits.

