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

m (4-bit microcontrollers)
m (4-bit microcontrollers: sorting)
(6 intermediate revisions by 4 users not shown)
Line 18: Line 18:
 
* {{fairchild|9400|Fairchild 9400}}
 
* {{fairchild|9400|Fairchild 9400}}
 
* {{fairchild|PPS-25|Fairchild PPS-25}}
 
* {{fairchild|PPS-25|Fairchild PPS-25}}
* {{hitachi|hmcs-4/hd35404|Hitachi HD35404}}
 
 
* [[HP Saturn]] (64-bit register, 4-bit data path)
 
* [[HP Saturn]] (64-bit register, 4-bit data path)
* {{intel|4004|Intel 4004}}
+
* {{intel|4004|Intel 4004}} ({{hitachi|hmcs-4/hd35404|HD35404}})
 
* {{intel|4040|Intel 4040}}
 
* {{intel|4040|Intel 4040}}
 
* {{motorola|10800|Motorola 10800}}
 
* {{motorola|10800|Motorola 10800}}
Line 38: Line 37:
 
* {{hitachi|HMCS400|Hitachi HMCS400}}
 
* {{hitachi|HMCS400|Hitachi HMCS400}}
 
* {{itt|7150|ITT 7150}}
 
* {{itt|7150|ITT 7150}}
* {{national|MAPS|National MAPS}}
 
* {{national|COPS I|National COPS I}}
 
* {{national|COPS II|National COPS II}}
 
* {{nec|17K|NEC 17K}}
 
* {{nec|μCOM-4|NEC μCOM-4}}
 
* {{nec|μPD751|NEC μPD751}}
 
* {{nec|μPD707|NEC μPD707}}
 
 
* {{matsushita|MN1400|Matsushita MN1400}}
 
* {{matsushita|MN1400|Matsushita MN1400}}
 
* {{matsushita|MN1500|Matsushita MN1500}}
 
* {{matsushita|MN1500|Matsushita MN1500}}
Line 54: Line 46:
 
* {{mitsu|M5090|Mitsubishi M5090}}
 
* {{mitsu|M5090|Mitsubishi M5090}}
 
* {{mmi|5700|MMI 5700}}
 
* {{mmi|5700|MMI 5700}}
* {{oki|OLMS-40|OKI OLMS-40}}
+
* {{national|MAPS|National MAPS}}
* {{oki|OLMS-50|OKI OLMS-50}}
+
* {{national|COPS I|National COPS I}}
* {{oki|OLMS-60|OKI OLMS-60}}
+
* {{national|COPS II|National COPS II}}
* {{oki|OLMS-64|OKI OLMS-64}}
+
* {{nec|17K|NEC 17K}}
* {{oki|OLMS-65|OKI OLMS-65}}
+
* {{nec|μCOM-4|NEC μCOM-4}}
 +
* {{nec|μPD751|NEC μPD751}}
 +
* {{nec|μPD707|NEC μPD707}}
 +
* {{nec|μPD7500|NEC μPD7500}}
 +
* {{nec|μPD75000|NEC μPD75000}}
 +
* {{oki|OLMS-40|OKI OLMS-40}}/{{oki|OLMS-50|50}}/{{oki|OLMS-60|60}}/{{oki|OLMS-64|64}}/{{oki|OLMS-65|65}}
 
* {{oki|OLMS-63K|OKI OLMS-63K}}
 
* {{oki|OLMS-63K|OKI OLMS-63K}}
 
* {{oki|OLMS-64K|OKI OLMS-64K}}
 
* {{oki|OLMS-64K|OKI OLMS-64K}}
Line 76: Line 73:
 
* {{wd|CR1872 series|WD CR1872}}
 
* {{wd|CR1872 series|WD CR1872}}
 
* {{wd|WD4200|WD WD4200}}
 
* {{wd|WD4200|WD WD4200}}
 +
* {{bell|BELLMAC-4|Bell Labs BELLMAC-4}}
  
 
[[Category:4-bit microprocessors]]
 
[[Category:4-bit microprocessors]]

Revision as of 13:11, 20 July 2018

Architecture word sizes
v · d · e

The 4-bit architecture is a microprocessor or computer 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 as 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- and 12- bit architectures.

In the microcontroller domain, the story is a little different. 4-bit microcontrollers found their way into many battery-powered and low power instruments and devices. Some 4-bit chips such as the Atmel MARC4 continued to be manufactured until very recently (2010s), those devices aimed directly at wireless devices such as RFID-related applications. Other 4-bit MCUs 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 of the early 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. Until recently Atmel's MARC4 was also a large player in the low-power RF/IR wireless market.

4-bit microprocessors

4-bit microcontrollers