From WikiChip
Difference between revisions of "4-bit architecture"

(I've reordered the industry section to put the first microprocessor first (this makes more sense chronologically), and also added some details about the intel 4004, 4040. I left off their address space b/c the intel 4004/4040 are different (12 bit/13 bit))
(reorged it as well a bit more)
Line 3: Line 3:
  
 
== Industry ==
 
== Industry ==
Most of the first [[microprocessor]]s during the early 1970s had 4-bit [[word]] length. The world's first single-chip microprocessor by Texas Instruments, the [[TMS1000]], was a 4-bit CPU. Both the Intel {{intel|4004}}, the first commercial microprocessor, and the {{intel|4040}} had a 4-bit word length, but had [[8-bit architecture|8-bit]] instructions. 4-bit word were proven to be very limiting and by 1974 there was a shift to larger architectures such as 8-, [[12-bit architecture|12-]] architectures. Some 4-bit chips are still made to date such as the {{epson|S1C63|Epson S1C63}} MCU.
+
Most of the first [[microprocessor]]s during the early 1970s had 4-bit [[word]] sizes. Both the Intel {{intel|4004}}, the first commercial microprocessor, and the {{intel|4040}} had a 4-bit word length, but had {{arch|8}} instructions. Some of the first [[microcontrollers]] such has the [[TMS1000]] made by [[Texas Instruments]] and NEC's {{nec|μPD751}} also had 4-bit words.
 +
 
 +
4-bit word were proven to be very limiting and by 1974 there was a shift to larger architectures such as {{arch|8|8-}}, {{arch|12|12-}} architectures. Some 4-bit chips are still made to date such as the [[Epson]]'s {{epson|S1C60}} and {{epson|S1C63}} MCU [[microprocessor family|families]]. Modern 4-bit microprocessors, however, are much different to the first generation microprocessors of the 1970s - in terms of architecture, performance, and overall capabilities.
  
 
== Applications ==
 
== Applications ==
Most 4-bit [[microprocessor]]s were used almost exclusively in calculators and toys. 4 bits was a logical choice for many calculators that used [[binary coded decimal|BDC]] numbers representation. Today, 4-bit chips such as {{epson|S1C63}} are still manufactured are used in many low-power devices and wireless tools.
+
Most 4-bit [[microprocessor]]s were used almost exclusively in calculators and toys, later on for various utilities, video games, controllers, and early computers. 4 bits was a logical choice for many calculators that used [[binary coded decimal|BDC]] numbers representation.
 +
 
 +
Today, 4-bit chips such as {{epson|S1C60|S1C60 family}} are still manufactured are used in many low-power devices, wireless tools, and [[internet of things]].
  
 
== 4-bit microprocessors ==
 
== 4-bit microprocessors ==
Line 28: Line 32:
 
== 4-bit microcontrollers ==
 
== 4-bit microcontrollers ==
 
* {{ami|S2000 series|AMI S2000}}
 
* {{ami|S2000 series|AMI S2000}}
 +
* {{epson|S1C60|Epson S1C60}}
 
* {{epson|S1C63|Epson S1C63}}
 
* {{epson|S1C63|Epson S1C63}}
 
* {{fujitsu|MB8840|Fujitsu MB8840}}
 
* {{fujitsu|MB8840|Fujitsu MB8840}}

Revision as of 16:47, 16 January 2016

Architecture word sizes
v · d · e

The 4-bit architecture is a microprocessor architecture that has a datapath width or a highest operand width of 4 bits or a nibble. These architectures typically have a matching register file with registers width of 4 bits and 4-8-bit wide addresses.

Industry

Most of the first microprocessors during the early 1970s had 4-bit word sizes. Both the Intel 4004, the first commercial microprocessor, and the 4040 had a 4-bit word length, but had 8-bit instructions. Some of the first microcontrollers such has the TMS1000 made by Texas Instruments and NEC's μPD751 also had 4-bit words.

4-bit word were proven to be very limiting and by 1974 there was a shift to larger architectures such as 8-, 12- architectures. Some 4-bit chips are still made to date such as the Epson's S1C60 and S1C63 MCU families. Modern 4-bit microprocessors, however, are much different to the first generation microprocessors of the 1970s - in terms of architecture, performance, and overall capabilities.

Applications

Most 4-bit microprocessors were used almost exclusively in calculators and toys, later on for various utilities, video games, controllers, and early computers. 4 bits was a logical choice for many calculators that used BDC numbers representation.

Today, 4-bit chips such as S1C60 family are still manufactured are used in many low-power devices, wireless tools, and internet of things.

4-bit microprocessors

4-bit microcontrollers