Content deleted Content added
m Reverted edits by 2402:A00:1B2:1EB4:D961:E2F1:CD73:6B3B (talk): disruptive edits (HG) (3.4.12) |
m unpiped links using script |
||
Line 2:
{{Use dmy dates|date=June 2022}}
{{EngvarB|date=June 2022}}
[[File:TI TMS1000NLL 1.jpg|thumb|upright=0.9|Texas Instruments [[Texas Instruments TMS1000|TMS1000]]]]
[[File:C4004 two lines.jpg|thumb|upright=0.9|[[Intel 4004]] ]]
[[File:Motorola XC6800A 1.jpg|thumb|upright=0.9|[[Motorola 6800]] (MC6800)]]
[[File:Scan des AMD Ryzen Threadripper 7970X 20240407 075.jpg|thumb|A modern [[
[[File:AMD Ryzen 7 1800X.jpg|thumb|AMD Ryzen 7 1800X (2017, based on [[Zen (microarchitecture)|Zen]]) processor in an [[socket AM4|AM4]] socket on a motherboard]]
Line 14 ⟶ 15:
Before microprocessors, small computers had been built using racks of [[circuit board]]s with many [[medium-scale integration|medium-]] and [[small-scale integration|small-scale integrated circuits]], typically of [[Transistor–transistor logic|TTL]] type. Microprocessors combined this into one or a few [[large-scale integration|large-scale]] ICs. While there is disagreement over who deserves credit for the invention of the microprocessor, the first commercially available microprocessor was the [[Intel 4004]], designed by [[Federico Faggin]] and introduced in 1971.<ref name = "IEEE">{{cite web | url=https://spectrum.ieee.org/the-surprising-story-of-the-first-microprocessors | title=The Surprising Story of the First Microprocessors | date=30 August 2016 | access-date=4 October 2022 | archive-date=4 October 2022 | archive-url=https://web.archive.org/web/20221004011825/https://spectrum.ieee.org/the-surprising-story-of-the-first-microprocessors | url-status=live }}</ref>
Continued increases in microprocessor capacity have since rendered other forms of computers almost completely obsolete (see [[history of computing hardware]]), with one or more microprocessors used in everything from the smallest [[embedded system]]s and [[handheld device]]s to the largest [[
A microprocessor is distinct from a [[microcontroller]] including a [[system on a chip]].<ref name="Warnes 2003 pp. 443–477">{{cite book | last=Warnes | first=Lionel | title=Electronic and Electrical Engineering | chapter=Microprocessors and microcontrollers | publisher=Macmillan Education UK | publication-place=London | date=2003 | isbn=978-0-333-99040-7 | doi=10.1007/978-0-230-21633-4_23 | pages=443–477 | quote=microprocessor is not a stand-alone computer, since it lacks memory and input/output control. These are the missing parts that the microcontroller supplies, making it more nearly a complete computer on a chip.}}</ref><ref name="Morris 1985 p.">{{cite book | last=Morris | first=Noel M. | title=Microelectronic and Microprocessor-based Systems | publisher=Macmillan Education UK | publication-place=London | date=1985 | isbn=978-0-333-36190-0 | doi=10.1007/978-1-349-06978-1 | page=16 | quote=A microprocessor itself is incapable of performing calculations and requires a support system in order to do so. The CPU support system includes a storage system in which not only the operating instructions but also the data (operands) are stored.}}</ref> A microprocessor is related but distinct from a [[digital signal processor]], a specialized microprocessor chip, with its architecture optimized for the operational needs of [[digital signal processing]].<ref>{{cite book |editor-last1=Yovits |editor-first1=Marshall C. |last1=Dyer |first1=Stephen A. |last2=Harms |first2=Brian K. |chapter=Digital Signal Processing |title=Advances in Computers |date=1993-08-13 |volume=37 |pages=59{{hyphen}}118 |publisher=[[Academic Press]] |doi=10.1016/S0065-2458(08)60403-9 |isbn=978-0120121373 |issn=0065-2458 |lccn=59015761 |chapter-url=https://books.google.com/books?id=vL-bB7GALAwC&pg=PA104 |ol=OL10070096M |oclc=858439915 |df=dmy-all}}</ref>{{rp|pages=104{{hyphen}}107}}<ref name="Liptak">{{cite book |last=Liptak |first=B. G. |title=Process Control and Optimization |series=Instrument Engineers' Handbook |edition=4th |year=2006 |volume=2 |pages=11–12 |publisher=CRC Press |isbn=978-0849310812 |url=https://books.google.com/books?id=TxKynbyaIAMC&pg=PA11 |via=[[Google Books]]}}</ref>
Line 25 ⟶ 26:
A minimal hypothetical microprocessor might include only an [[arithmetic logic unit]] (ALU), and a [[control logic]] section. The ALU performs addition, subtraction, and operations such as AND or OR. Each operation of the ALU sets one or more [[Bit field|flag]]s in a [[status register]], which indicate the results of the last operation (zero value, negative number, [[Integer overflow|overflow]], or others). The control logic retrieves instruction codes from memory and initiates the sequence of operations required for the ALU to carry out the instruction. A single [[operation code]] might affect many individual data paths, registers, and other elements of the processor.
As integrated circuit technology advanced, it was feasible to manufacture more and more complex processors on a single chip. The size of data objects became larger; allowing more transistors on a chip allowed [[Word (computer architecture)|word]] sizes to increase from [[4-bit computing|4-]] and [[
Occasionally, physical limitations of integrated circuits made such practices as a [[
The ability to put large numbers of transistors on one chip makes it feasible to integrate memory on the same die as the processor. This [[CPU cache]] has the advantage of faster access than off-chip memory and increases the processing speed of the system for many applications. Processor [[
The design of some processors has become complicated enough to be difficult to fully [[Integrated circuit testing|test]], and this has caused problems at large cloud providers.<ref>{{Cite web |url=https://www.theregister.com/2021/06/04/google_chip_flaws/ |title=FYI: Today's computer chips are so advanced, they are more 'mercurial' than precise – and here's the proof |access-date=13 February 2024 |archive-date=13 February 2024 |archive-url=https://web.archive.org/web/20240213173804/https://www.theregister.com/2021/06/04/google_chip_flaws/ |url-status=live }}</ref>
Line 37 ⟶ 38:
* A [[digital signal processor]] (DSP) is specialized for [[signal processing]].
* [[Graphics processing unit]]s (GPUs) are processors designed primarily for [[
* Other specialized units exist for [[video processing]] and [[vision processing unit|machine vision]]. (See: [[Hardware acceleration]].)
* [[Microcontroller]]s in [[embedded system]]s and [[
* [[
===Speed and power considerations===
[[File:Intel i9-9900K.jpg|thumb|Intel Core i9-9900K (2018, based on [[Coffee Lake]])]]
Microprocessors can be selected for differing applications based on their word size, which is a measure of their complexity. Longer word sizes allow each [[
[http://cmicrotek.com/wordpress_159256135/?p=22 "8-bit vs 32-bit Micros"] {{webarchive|url=https://web.archive.org/web/20140714123158/http://cmicrotek.com/wordpress_159256135/?p=22 |date=2014-07-14 }}.</ref> 4-, 8- or 12-bit processors are widely integrated into microcontrollers operating embedded systems. Where a system is expected to handle larger volumes of data or require a more flexible [[user interface]], 16-, 32- or 64-bit processors are used. An 8- or [[
Some people say that running 32-bit arithmetic on an 8-bit chip could end up using more power, as the chip must execute software with multiple instructions.<ref>{{cite web|title=Managing the Impact of Increasing Microprocessor Power Consumption|url=http://www.ruf.rice.edu/~mobile/elec518/readings/Intel/gunther01power.pdf|website=[[Rice University]]|access-date=October 1, 2015|url-status=live|archive-url=https://web.archive.org/web/20151003085353/http://www.ruf.rice.edu/~mobile/elec518/readings/Intel/gunther01power.pdf|archive-date=October 3, 2015}}</ref>
However, others say that modern 8-bit chips are always more power-efficient than 32-bit chips when running equivalent software routines.<ref name="freeman" >Wayne Freeman.
Line 62 ⟶ 63:
==History==
{{See also|Microprocessor chronology}}
The advent of low-cost [[computers]] on [[integrated circuits]] has transformed [[modern society]]. General-purpose microprocessors in [[personal computer]]s are used for computation, text editing, [[multimedia|multimedia display]], and communication over the [[Internet]]. Many more microprocessors are part of [[embedded system]]s, providing digital control over myriad objects from appliances to automobiles to [[cellular phone]]s and industrial [[process control]]. Microprocessors perform binary operations based on [[
Following the development of [[MOS integrated circuit]] chips in the early 1960s, MOS chips reached higher [[transistor density]] and lower manufacturing costs than [[bipolar junction transistor|bipolar]] [[integrated circuits]] by 1964. MOS chips further increased in complexity at a rate predicted by [[Moore's law]], leading to [[large-scale integration]] (LSI) with hundreds of [[transistors]] on a single MOS chip by the late 1960s. The application of MOS LSI chips to [[computing]] was the basis for the first microprocessors, as engineers began recognizing that a complete [[computer processor]] could be contained on several MOS LSI chips.<ref name="ieee">{{cite journal|last1=Shirriff|first1=Ken|date=30 August 2016|title=The Surprising Story of the First Microprocessors|url=https://spectrum.ieee.org/the-surprising-story-of-the-first-microprocessors|journal=[[IEEE Spectrum]]|publisher=[[Institute of Electrical and Electronics Engineers]]|volume=53|issue=9|pages=48–54|doi=10.1109/MSPEC.2016.7551353|access-date=13 October 2019|s2cid=32003640|url-access=subscription|url-status=live|archive-url=https://web.archive.org/web/20171124080014/http://spectrum.ieee.org/tech-history/silicon-revolution/the-surprising-story-of-the-first-microprocessors|archive-date=2017-11-24}}</ref> Designers in the late 1960s were striving to integrate the [[central processing unit]] (CPU) functions of a computer onto a handful of MOS LSI chips, called microprocessor unit (MPU) chipsets.
While there is disagreement over who invented the microprocessor,<ref name = "IEEE" /><ref>{{Cite web |last=Laws |first=David |date=2018-09-20 |title=Who Invented the Microprocessor? |url=https://computerhistory.org/blog/who-invented-the-microprocessor/ |access-date=2024-01-19 |website=Computer History Museum |language=en |archive-date=19 January 2024 |archive-url=https://web.archive.org/web/20240119023250/https://computerhistory.org/blog/who-invented-the-microprocessor/ |url-status=live }}</ref> the first commercially available microprocessor was the [[Intel 4004]], released as a single MOS LSI chip in 1971.<ref>{{cite web |title=1971: Microprocessor Integrates CPU Function onto a Single Chip |website=The Silicon Engine |url=https://www.computerhistory.org/siliconengine/microprocessor-integrates-cpu-function-onto-a-single-chip/ |publisher=[[Computer History Museum]] |access-date=22 July 2019 |archive-date=12 August 2021 |archive-url=https://web.archive.org/web/20210812104243/https://www.computerhistory.org/siliconengine/microprocessor-integrates-cpu-function-onto-a-single-chip/ |url-status=live }}</ref> The single-chip microprocessor was made possible with the development of MOS [[silicon-gate]] technology (SGT).<ref name="silicon-gate">{{Cite web|url=https://www.computerhistory.org/siliconengine/silicon-gate-technology-developed-for-ics/|title=1968: Silicon Gate Technology Developed for ICs {{!}} The Silicon Engine {{!}} Computer History Museum|website=www.computerhistory.org|access-date=2019-10-24|archive-date=29 July 2020|archive-url=https://web.archive.org/web/20200729145834/https://www.computerhistory.org/siliconengine/silicon-gate-technology-developed-for-ics/|url-status=live}}</ref> The earliest MOS transistors had [[aluminium]] [[metal gate]]s, which Italian physicist [[Federico Faggin]] replaced with [[silicon]] [[self-aligned gate]]s to develop the first silicon-gate MOS chip at [[Fairchild Semiconductor]] in 1968.<ref name="silicon-gate"/> Faggin later joined [[Intel]] and used his silicon-gate MOS technology to develop the 4004, along with [[Marcian Hoff]], [[Stanley Mazor]] and [[Masatoshi Shima]] in 1971.<ref>{{Cite web|url=https://www.computerhistory.org/siliconengine/microprocessor-integrates-cpu-function-onto-a-single-chip/|title=1971: Microprocessor Integrates CPU Function onto a Single Chip {{!}} The Silicon Engine {{!}} Computer History Museum|website=www.computerhistory.org|access-date=2019-10-24|archive-date=12 August 2021|archive-url=https://web.archive.org/web/20210812104243/https://www.computerhistory.org/siliconengine/microprocessor-integrates-cpu-function-onto-a-single-chip/|url-status=live}}</ref> The 4004 was designed for [[Busicom]], which had earlier proposed a multi-chip design in 1969, before Faggin's team at Intel changed it into a new single-chip design. Intel introduced the first commercial microprocessor, the [[
Other [[embedded system|embedded]] uses of 4-bit and 8-bit microprocessors, such as [[computer terminal|terminal]]s, [[computer printer|printer]]s, various kinds of [[automation]] etc., followed soon after. Affordable 8-bit microprocessors with [[
The first use of the term "microprocessor" is attributed to [[Viatron|Viatron Computer Systems]]<ref>[http://bitsavers.org/pdf/viatron/ViatronSystem21Brochure.pdf Viatron Computer Systems. "System 21 is Now!"] {{webarchive|url=https://web.archive.org/web/20110321143159/http://www.bitsavers.org/pdf/viatron/ViatronSystem21Brochure.pdf |date=2011-03-21 }} (PDF).</ref> describing the custom integrated circuit used in their System 21 small computer system announced in 1968.
Line 75 ⟶ 76:
===First projects===
These projects delivered a microprocessor at about the same time: [[Garrett AiResearch]]'s [[Central Air Data Computer]] (CADC) (1970), [[Texas Instruments]]' TMS 1802NC (September 1971) and [[Intel]]'s [[
====Four-Phase Systems AL1 (1969)====
Line 85 ⟶ 86:
In 1968, [[Garrett AiResearch]] (who employed designers [[Ray Holt]] and Steve Geller) was invited to produce a digital computer to compete with [[electromechanical]] systems then under development for the main flight control computer in the [[US Navy]]'s new [[F-14 Tomcat]] fighter. The design was complete by 1970, and used a [[MOSFET|MOS]]-based chipset as the core CPU. The design was significantly (approximately 20 times) smaller and much more reliable than the mechanical systems it competed against and was used in all of the early Tomcat models. This system contained "a 20-bit, [[Pipeline (computing)|pipelined]], [[Parallel computing|parallel]] [[multiprocessor|multi-microprocessor]]". The Navy refused to allow publication of the design until 1997. Released in 1998, the documentation on the [[Central Air Data Computer|CADC]], and the [[MP944]] chipset, are well known. Ray Holt's autobiographical story of this design and development is presented in the book: The Accidental Engineer.<ref>{{Cite web|url=https://firstmicroprocessor.com/|archiveurl=https://web.archive.org/web/20140106143912/http://www.firstmicroprocessor.com/|url-status=dead|title=First Microprocessor|archivedate=January 6, 2014|website=First Microprocessor | 50th Anniversary of the Microprocessor 2020}}</ref><ref>{{cite web | title=World's First Microprocessor Chip Set | last=Holt | first=Ray M. | url=http://www.firstmicroprocessor.com | publisher=Ray M. Holt website | archive-date=January 6, 2014 | access-date=2010-07-25 | url-status=live | archive-url=https://web.archive.org/web/20140106143912/http://www.firstmicroprocessor.com/ }}</ref>
[[Ray Holt]] graduated from [[California State Polytechnic University, Pomona]] in 1968, and began his computer design career with the CADC.<ref>{{Cite magazine |last=Fallon |first=Sarah |title=The Secret History of the First Microprocessor, the F-14, and Me |url=https://www.wired.com/story/secret-history-of-the-first-microprocessor-f-14/ |access-date=2024-01-21 |magazine=Wired |language=en-US |issn=1059-1028 |archive-date=18 January 2024 |archive-url=https://web.archive.org/web/20240118132936/https://www.wired.com/story/secret-history-of-the-first-microprocessor-f-14/ |url-status=live }}</ref> From its inception, it was shrouded in secrecy until 1998 when at Holt's request, the US Navy allowed the documents into the public ___domain. Holt has claimed that no one has compared this microprocessor with those that came later.<ref>{{cite speech | title=Lecture: Microprocessor Design and Development for the US Navy F14 FighterJet | last=Holt | first=Ray | date=27 September 2001 | ___location=Room 8220, Wean Hall, Carnegie Mellon University, Pittsburgh, PA, US | url=http://www.pdl.cmu.edu/SDI/2001/092701.html | access-date=2010-07-25 | url-status=live | archive-url=https://web.archive.org/web/20111001020654/http://www.pdl.cmu.edu/SDI/2001/092701.html | archive-date=1 October 2011 }}</ref> According to Parab et al. (2007), {{Blockquote|text=The scientific papers and literature published around 1971 reveal that the MP944 digital processor used for the F-14 Tomcat aircraft of the US Navy qualifies as the first microprocessor. Although interesting, it was not a single-chip processor, as was not the Intel 4004{{snd}}they both were more like a set of parallel building blocks you could use to make a general-purpose form. It contains a CPU, [[
====Gilbert Hyatt (1970) ====
Line 91 ⟶ 92:
====Texas Instruments TMX 1795 (1970–1971)====
Along with Intel (who developed the [[
====Texas Instruments TMS 1802NC (1971)====
Line 99 ⟶ 100:
[[File:GI250 PICO1 die photo.jpg|thumb|upright=1.2|The PICO1/GI250 chip introduced in 1971: It was designed by Pico Electronics (Glenrothes, Scotland) and manufactured by General Instrument of Hicksville NY.]]
In 1971, Pico Electronics<ref>{{cite web | title=Microprocessor History: Foundations in Glenrothes, Scotland | last=McGonigal | first=James | date=20 September 2006 | url=http://www.spingal.plus.com/micro | website=McGonigal personal website | access-date=2009-12-23 | url-status=dead | archive-url=https://web.archive.org/web/20110720142104/http://www.spingal.plus.com/micro/ | archive-date=20 July 2011 }}</ref> and [[General Instrument]] (GI) introduced their first collaboration in ICs, a complete single-chip calculator IC for the Monroe/[[Litton Industries|Litton]] Royal Digital III calculator. This chip could also arguably lay claim to be one of the first microprocessors or microcontrollers having [[
Pico was a spinout by five GI design engineers whose vision was to create single-chip calculator ICs. They had significant previous design experience on multiple calculator chipsets with both GI and [[Elliott Automation|Marconi-Elliott]].<ref>{{cite web | title=ANITA at its Zenith | website=Bell Punch Company and the ANITA calculators | first=Nigel | last=Tout | url=http://anita-calculators.info/html/anita_at_its_zenith.html | access-date=2010-07-25 | url-status=live | archive-url=https://web.archive.org/web/20100811034328/http://anita-calculators.info/html/anita_at_its_zenith.html | archive-date=2010-08-11 }}</ref> The key team members had originally been tasked by [[Elliott Automation]] to create an 8-bit computer in MOS and had helped establish a MOS Research Laboratory in [[Glenrothes]], Scotland in 1967.
Line 107 ⟶ 108:
====Intel 4004 (1971) ====
{{Main|Intel 4004}}
[[File:C4004 (Intel).jpg|thumb|The [[
The [[Intel 4004]] is often (falsely) regarded as the first true microprocessor built on a single chip,<ref>{{cite web | title=The Microcomputer Revolution | first=Pamela E. | last=Mack | date=30 November 2005 | url=http://www.clemson.edu/caah/history/FacultyPages/PamMack/lec122/micro.htm | access-date=2009-12-23 | url-status=live | archive-url=https://web.archive.org/web/20100114160413/http://www.clemson.edu/caah/history/FacultyPages/PamMack/lec122/micro.htm | archive-date=14 January 2010 }}</ref><ref>{{cite journal | title=History in the Computing Curriculum | url=http://www.hofstra.edu/pdf/CompHist_9812tla6.PDF | access-date=2009-12-23 | url-status=dead | archive-url=https://web.archive.org/web/20110719211222/http://www.hofstra.edu/pdf/CompHist_9812tla6.PDF | archive-date=2011-07-19 }}</ref> priced at {{US$|60|1971|round=-1}}.<ref>{{cite web |first=Peter |last=Bright |title=The 40th birthday of—maybe—the first microprocessor, the Intel 4004 |publisher=arstechnica.com |date=November 15, 2011 |url=https://arstechnica.com/business/2011/11/the-40th-birthday-ofmaybethe-first-microprocessor/ |url-status=live |archive-url=https://web.archive.org/web/20170106233202/http://arstechnica.com/business/2011/11/the-40th-birthday-ofmaybethe-first-microprocessor/ |archive-date=January 6, 2017 }}</ref> The claim of being the first is definitely false, as the earlier TMS1802NC was also a true microprocessor built on a single chip and the same applies for the - prototype only - 8-bit TMX 1795.<ref name="righto_com" /> The first known advertisement for the 4004 is dated November 15, 1971, and appeared in ''[[Electronic News]]''.{{citation needed|date=April 2023}} The microprocessor was designed by a team consisting of Italian engineer [[Federico Faggin]], American engineers [[Marcian Hoff]] and [[Stanley Mazor]], and Japanese engineer [[Masatoshi Shima]].<ref>{{cite journal | title=The History of the 4004 | last1=Faggin | first1=Federico | last2=Hoff | first2=Marcian E. Jr. | last3=Mazor | first3=Stanley | last4=Shima | first4=Masatoshi | journal=IEEE Micro | date=December 1996 | volume=16 | issue=6 | pages=10–20 | doi=10.1109/40.546561 }}</ref>
The project that produced the 4004 originated in 1969, when [[Busicom]], a Japanese calculator manufacturer, asked Intel to build a chipset for high-performance [[desktop calculator]]s. Busicom's original design called for a programmable chip set consisting of seven different chips. Three of the chips were to make a special-purpose CPU with its program stored in ROM and its data stored in shift register read-write memory. [[Ted Hoff]], the Intel engineer assigned to evaluate the project, believed the Busicom design could be simplified by using dynamic RAM storage for data, rather than shift register memory, and a more traditional general-purpose CPU architecture. Hoff came up with a four-chip architectural proposal: a ROM chip for storing the programs, a dynamic RAM chip for storing data, a simple [[
[[File:Intel 4004.jpg|thumb|First microprocessor by Intel, the 4004]]
Line 119 ⟶ 120:
{{More citations needed|section and the sections below|date=June 2011}}
The [[Intel 4004]] was followed in 1972 by the [[Intel 8008]], intel's first [[
The 8008 was the precursor to the successful [[Intel 8080]] (1974), which offered improved performance over the 8008 and required fewer support chips. Federico Faggin conceived and designed it using high voltage N channel MOS. The [[Zilog Z80]] (1976) was also a Faggin design, using low voltage N channel with depletion load and derivative Intel 8-bit processors: all designed with the methodology Faggin created for the 4004. [[Motorola]] released the competing [[Motorola 6800|6800]] in August 1974, and the similar [[MOS Technology 6502]] was released in 1975 (both designed largely by the same people). The 6502 family rivaled the Z80 in popularity during the 1980s.
Line 127 ⟶ 128:
[[Western Design Center|The Western Design Center, Inc]] (WDC) introduced the CMOS [[WDC 65C02]] in 1982 and licensed the design to several firms. It was used as the CPU in the [[Apple IIe]] and [[Apple IIc|IIc]] personal computers as well as in medical implantable grade [[pacemaker]]s and [[defibrillator]]s, automotive, industrial and consumer devices. WDC pioneered the licensing of microprocessor designs, later followed by [[Arm (company)|ARM]] (32-bit) and other microprocessor [[intellectual property]] (IP) providers in the 1990s.
Motorola introduced the [[Motorola 6809|MC6809]] in 1978. It was an ambitious and well thought-through 8-bit design that was [[
Another early 8-bit microprocessor was the [[Signetics 2650]], which enjoyed a brief surge of interest due to its innovative and powerful [[instruction set architecture]].
A seminal microprocessor in the world of spaceflight was [[
The RCA 1802 had a [[static logic (digital logic)|static design]], meaning that the [[clock frequency]] could be made arbitrarily low, or even stopped. This let the [[Galileo (spacecraft)|''Galileo'' spacecraft]] use minimum electric power for long uneventful stretches of a voyage. Timers or sensors would awaken the processor in time for important tasks, such as navigation updates, attitude control, data acquisition, and radio communication. Current versions of the Western Design Center 65C02 and 65C816 also have [[static core]]s, and thus retain data even when the clock is completely halted.
===12-bit designs===
The [[Intersil 6100]] family consisted of a [[
===16-bit designs===
{{x86 processor modes}}
The first multi-chip [[
Other early multi-chip 16-bit microprocessors include the [[MCP-1600]] that [[Digital Equipment Corporation|Digital Equipment Corporation (DEC)]] used in the [[LSI-11]] OEM board set and the packaged [[PDP-11|PDP-11/03]] [[minicomputer]]—and the [[Fairchild Semiconductor]] MicroFlame 9440, both introduced in 1975–76. In late 1974, National introduced the first 16-bit single-chip microprocessor, the [[National Semiconductor PACE]],<ref>{{cite web | url=https://www.cpu-world.com/CPUs/PACE/index.html | title=National Semiconductor PACE CPU family | access-date=25 November 2022 | archive-date=25 November 2022 | archive-url=https://web.archive.org/web/20221125202308/https://www.cpu-world.com/CPUs/PACE/index.html | url-status=live }}</ref> which was later followed by an [[NMOS logic|NMOS]] version, the [[INS8900]].
Line 146 ⟶ 147:
Next in list is the [[General Instrument CP1600]], released in February 1975,<ref>{{Cite web |last=EDN Staff |date=2000-01-01 |title=General Instrument's microprocessor aimed at minicomputer market |url=https://www.edn.com/general-instruments-microprocessor-aimed-at-minicomputer-market/ |access-date=2023-01-01 |website=EDN |language=en-US |archive-date=25 November 2022 |archive-url=https://web.archive.org/web/20221125201445/https://www.edn.com/general-instruments-microprocessor-aimed-at-minicomputer-market/ |url-status=live }}</ref> which was used mainly in the [[Intellivision]] console.
Another early single-chip 16-bit microprocessor was TI's [[
The [[Western Design Center]] (WDC) introduced the CMOS [[
Intel "upsized" their 8080 design into the 16-bit [[Intel 8086]], the first member of the [[x86]] family, which powers most modern [[IBM PC compatible|PC]] type computers. [[Intel]] introduced the 8086 as a cost-effective way of porting software from the 8080 lines, and succeeded in winning much business on that premise. The [[
The 16-bit Intel x86 processors up to and including the 80386 do not include [[Floating-point unit|floating-point units (FPUs)]]. Intel introduced the [[
===32-bit designs===
[[File:80486DX2 200x.png|thumb|Upper interconnect layers on an [[Intel 80486]]DX2 die]]
16-bit designs had only been on the market briefly when [[
The most significant of the 32-bit designs is the [[
The world's first single-chip fully 32-bit microprocessor, with 32-bit data paths, 32-bit buses, and 32-bit addresses, was the [[AT&T Corporation|AT&T]] [[Bell Labs]] [[Bellmac 32|BELLMAC-32A]], with first samples in 1980, and general production in 1982.<ref>{{cite web|title=Shoji, M. Bibliography|url=http://cm.bell-labs.com/cm/cs/bib/shoji.bib|date=7 October 1998<!-- page info -->|publisher=Bell Laboratories|access-date=2009-12-23|url-status=dead|archive-url=https://web.archive.org/web/20081016070217/http://cm.bell-labs.com/cm/cs/bib/shoji.bib|archive-date=16 October 2008}}</ref><ref>{{cite web|title=Timeline: 1982–1984|website=Physical Sciences & Communications at Bell Labs|publisher=Bell Labs, Alcatel-Lucent|url=http://www.bell-labs.com/org/physicalsciences/timeline/span23.html |archive-url=https://web.archive.org/web/20110514025934/http://www.bell-labs.com/org/physicalsciences/timeline/span23.html |archive-date=2011-05-14 |date=17 January 2001 |access-date=2009-12-23}}</ref> After the [[Bell System divestiture|divestiture of AT&T]] in 1984, it was renamed the WE 32000 (WE for [[Western Electric]]), and had two follow-on generations, the WE 32100 and WE 32200. These microprocessors were used in the AT&T 3B5 and 3B15 minicomputers; in the 3B2, the world's first desktop super microcomputer; in the "Companion", the world's first 32-bit [[laptop]] computer; and in "Alexander", the world's first book-sized super microcomputer, featuring ROM-pack memory cartridges similar to today's gaming consoles. All these systems ran the [[UNIX System V]] operating system.
Line 165 ⟶ 166:
The first commercial, single chip, fully 32-bit microprocessor available on the market was the [[HP FOCUS]].
Intel's first 32-bit microprocessor was the [[
Motorola's success with the 68000 led to the [[
Other large companies designed the 68020 and follow-ons into embedded equipment. At one point, there were more 68020s in embedded equipment than there were [[Intel]] Pentiums in PCs.<ref>{{cite web|title=MCore: Does Motorola Need Another Processor Family?|last=Turley|first=Jim|website=Embedded Systems Design|publisher=TechInsights (United Business Media)|url=http://www.embedded.com/98/9807sr.htm|date=July 1998|archive-url=https://web.archive.org/web/19980702003323/http://www.embedded.com/98/9807sr.htm |archive-date=1998-07-02|access-date=2009-12-23}}</ref> The [[
During this time (early to mid-1980s), [[National Semiconductor]] introduced a very similar 16-bit pinout, 32-bit internal microprocessor called the NS 16032 (later renamed 32016), the full 32-bit version named the [[NS320xx|NS 32032]]. Later, National Semiconductor produced the [[NS320xx|NS 32132]], which allowed two CPUs to reside on the same memory bus with built in arbitration. The NS32016/32 outperformed the MC68000/10, but the NS32332—which arrived at approximately the same time as the MC68020—did not have enough performance. The third generation chip, the NS32532, was different. It had about double the performance of the MC68030, which was released around the same time. The appearance of RISC processors like the AM29000 and MC88000 (now both dead) influenced the architecture of the final core, the NS32764. Technically advanced—with a superscalar RISC core, 64-bit bus, and internally overclocked—it could still execute Series 32000 instructions through real-time translation.
Line 191 ⟶ 192:
| doi=10.1016/j.respol.2007.11.006| s2cid = 73520408
}}
</ref> This is a [[RISC]] processor design, which has since come to dominate the 32-bit [[embedded systems]] processor space due in large part to its power efficiency, its licensing model, and its wide selection of system development tools. Semiconductor manufacturers generally license cores and integrate them into their own [[system on a chip]] products; only a few such vendors such as Apple are licensed to modify the ARM cores or create their own. Most [[cell phones]] include an ARM processor, as do a wide variety of other products. There are microcontroller-oriented ARM cores without virtual memory support, as well as [[
From 1993 to 2003, the 32-bit [[x86]] architectures became increasingly dominant in [[desktop computer|desktop]], [[laptop]], and server markets, and these microprocessors became faster and more capable. Intel had licensed early versions of the architecture to other companies, but declined to license the Pentium, so [[AMD]] and [[Cyrix]] built later versions of the architecture based on their own designs. During this span, these processors increased in complexity (transistor count) and capability (instructions/second) by at least three orders of magnitude. Intel's Pentium line is probably the most famous and recognizable 32-bit processor model, at least with the public at broad.
===64-bit designs in personal computers===
While [[
With AMD's introduction of a 64-bit architecture backwards-compatible with x86, [[x86-64]] (also called '''AMD64'''), in September 2003, followed by Intel's near fully compatible 64-bit extensions (first called IA-32e or EM64T, later renamed '''Intel 64'''), the 64-bit desktop era began. Both versions can run 32-bit legacy applications without any performance penalty as well as new 64-bit software. With operating systems [[
The move to 64 bits by [[PowerPC]] had been intended since the architecture's design in the early 90s and was not a major cause of incompatibility. Existing integer registers are extended as are all related data pathways, but, as was the case with IA-32, both floating-point and vector units had been operating at or above 64 bits for several years. Unlike what happened when IA-32 was extended to x86-64, no new general purpose registers were added in 64-bit PowerPC, so any performance gained when using the 64-bit mode for applications making no use of the larger address space is minimal.{{citation needed|date=June 2013}}
Line 209 ⟶ 210:
In the mid-1980s to early 1990s, a crop of new high-performance reduced instruction set computer ([[RISC]]) microprocessors appeared, influenced by discrete RISC-like CPU designs such as the [[IBM 801]] and others. RISC microprocessors were initially used in special-purpose machines and [[Unix]] [[workstation]]s, but then gained wide acceptance in other roles.
The first commercial RISC microprocessor design was released in 1984, by [[MIPS Computer Systems]], the 32-bit [[R2000 (microprocessor)|R2000]] (the R1000 was not released). In 1986, HP released its first system with a [[PA-RISC]] CPU<!-- NOT microprocessor -->. In 1987, in the non-Unix [[Acorn computers]]' 32-bit, then cache-less, [[ARM2]]-based [[Acorn Archimedes]] became the first commercial success using the [[
In the late 1990s, only two 64-bit RISC architectures were still produced in volume for non-embedded applications: [[SPARC]] and [[Power ISA]], but as ARM has become increasingly powerful, in the early 2010s, it became the third RISC architecture in the general computing segment.
Line 218 ⟶ 219:
SMP ''[[symmetric multiprocessing]]''<ref>{{Cite web|url = https://techdifferences.com/difference-between-symmetric-and-asymmetric-multiprocessing.html|title = Difference Between Symmetric and Asymmetric Multiprocessing (With Comparison Chart)|date = 22 September 2016|access-date = 18 July 2021|archive-date = 18 July 2021|archive-url = https://web.archive.org/web/20210718110824/https://techdifferences.com/difference-between-symmetric-and-asymmetric-multiprocessing.html|url-status = live}}</ref> is a configuration of two, four, or more CPU's (in pairs) that are typically used in servers, certain workstations and in desktop personal computers, since the 1990s. A [[multi-core processor]] is a single CPU that contains more than one microprocessor core.
This popular two-socket motherboard from [[ABIT BP6|Abit]] was released in 1999 as the first SMP enabled PC motherboard, the [[
In 2001 IBM released the [[POWER4]] CPU, it was a processor that was developed over five years of research, began in 1996 using a team of 250 researchers. The effort to accomplish the impossible was buttressed by development of and through—remote-collaboration and assigning younger engineers to work with more experienced engineers. The teams work achieved success with the new microprocessor, Power4. It is a two-in-one CPU that more than doubled performance at half the price of the competition, and a major advance in computing. The business magazine ''eWeek'' wrote: ''"The newly designed 1GHz Power4 represents a tremendous leap over its predecessor"''. An industry analyst, Brad Day of Giga Information Group said: ''"IBM is getting very aggressive, and this server is a game changer".''
Line 224 ⟶ 225:
The Power4 won "''Analysts’ Choice Award for Best Workstation/Server Processor of 2001", and'' it broke notable records, including winning a contest against the best players on the Jeopardy!<ref>{{Cite web|url = https://www.ibm.com/ibm/history/ibm100/us/en/icons/watson/|title = IBM100 - A Computer Called Watson|website = [[IBM]]|date = 7 March 2012|access-date = 19 July 2021|archive-date = 19 July 2021|archive-url = https://web.archive.org/web/20210719124129/https://www.ibm.com/ibm/history/ibm100/us/en/icons/watson/|url-status = live}}</ref> U.S. television show.
Intel's [[Yonah (microprocessor)|codename Yonah]] CPU's launched on Jan 6, 2006, and were manufactured with two dies packaged on a [[multi-chip module]]. In a hotly-contested marketplace [[List of AMD processors|AMD]] and others released new versions of multi-core CPU's, AMD's SMP enabled [[Athlon MP]] CPU's from the [[Athlon-XP|AthlonXP]] line in 2001, Sun released the [[UltraSPARC T1|Niagara]] and [[
By 2012 ''dual and quad-core'' processors became widely used in PCs and laptops, newer processors - similar to the higher cost professional level Intel Xeon's - with additional cores that execute instructions in parallel so software performance typically increases, provided the software is designed to utilize advanced hardware. Operating systems provided support for multiple-cores and SMD CPU's, many software applications including large workload and resource intensive applications - such as 3-D games - are programmed to take advantage of multiple core and multi-CPU systems.
Line 233 ⟶ 234:
==Market statistics==
In 1997, about 55% of all [[
In 2002, less than 10% of all the CPUs sold in the world were 32-bit or more. Of all the 32-bit CPUs sold, about 2% are used in desktop or laptop personal computers. Most microprocessors are used in embedded control applications such as household appliances, automobiles, and computer peripherals. Taken as a whole, the average price for a microprocessor, microcontroller, or [[digital signal processor|DSP]] is just over {{US$|6|2002}}.<ref name="turley">{{cite web | title=The Two Percent Solution | last=Turley | first=Jim | date=18 December 2002 | website=Embedded Systems Design | publisher=TechInsights (United Business Media) | url=http://www.embedded.com/print/4024488 | access-date=2009-12-23 | url-status=live | archive-url=https://web.archive.org/web/20150403140448/http://www.embedded.com/print/4024488 | archive-date=3 April 2015 }}</ref>
|