1-bit computing: Difference between revisions

From RS-485
Imported missing template from Wikipedia
 
Auto import from Wikipedia
 
Line 5: Line 5:
{{Computer architecture bit widths}}
{{Computer architecture bit widths}}
[[File:MC14500BCP.jpg|thumb|1-bit [[programmable logic controller]] [[Motorola MC14500B|MC14500BCP]]]]
[[File:MC14500BCP.jpg|thumb|1-bit [[programmable logic controller]] [[Motorola MC14500B|MC14500BCP]]]]
In [[computer architecture]], '''1-bit''' [[integer (computer science)|integer]]s or other [[Data (computing)|data]] units are those that are {{nowrap|1 [[bit]]}} (1/8 [[octet (computing)|octet]]) wide. Also, 1-bit [[central processing unit]] (CPU) and [[arithmetic logic unit]] (ALU) architectures are those that are based on [[processor register|register]]s of that size.
In [[computer architecture]], '''1-bit''' [[integer (computer science)|integer]]s or other [[Data (computing)|data]] units are those that are {{nowrap|1 [[bit]]}} (1/8 [[octet (computing)|octet]]) wide. Also, 1-bit [[central processing unit]] (CPU) and [[arithmetic logic unit]] (ALU) architectures are those that are based on [[processor register|register]]s of that size.
There are no computers or [[microcontroller]]s of any kind that are exclusively 1-bit for all registers and [[address bus]]es. A 1-bit register can only store two different values. This is very restrictive and therefore not enough for a [[program counter]] which, on modern systems, is implemented in an on-chip register, but is not implemented on-chip in some 1-bit systems. [[Opcode]]s for at least one 1-bit processor architecture were 4-bit and the address bus was 8-bit.
There are no computers or [[microcontroller]]s of any kind that are exclusively 1-bit for all registers and [[address bus]]es. A 1-bit register can only store two different values. This is very restrictive and therefore not enough for a [[program counter]] which, on modern systems, is implemented in an on-chip register, but is not implemented on-chip in some 1-bit systems. [[Opcode]]s for at least one 1-bit processor architecture were 4-bit and the address bus was 8-bit.
While 1-bit computing is rarely used on its own today, 1-bit [[serial communication]] is still used in modern computers, even on machines with large internal buses.
While 1-bit computing is rarely used on its own today, 1-bit [[serial communication]] is still used in modern computers, even on machines with large internal buses.
The first [[carbon nanotube computer]] from 2013 is a 1-bit [[one-instruction set computer]] (and has only 178 transistors; though it has only one instruction, <!-- SUBNEG (subtract and branch if negative) --> it can emulate 20 [[MIPS architecture|MIPS]] instructions).<ref name="Courtland_2013"/>
The first [[carbon nanotube computer]] from 2013 is a 1-bit [[one-instruction set computer]] (and has only 178 transistors; though it has only one instruction, <!-- SUBNEG (subtract and branch if negative) --> it can emulate 20 [[MIPS architecture|MIPS]] instructions).<ref name="Courtland_2013"/>
== 1-bit ==
== 1-bit ==
A [[serial computer]] processes data a single bit at a time. For example, the [[PDP-8|PDP-8/S]] was a [[12-bit]] computer using a 1-bit ALU, processing the 12 bits serially.<ref name="DEC_1969"/>
A [[serial computer]] processes data a single bit at a time. For example, the [[PDP-8|PDP-8/S]] was a [[12-bit]] computer using a 1-bit ALU, processing the 12 bits serially.<ref name="DEC_1969"/>
An example of a 1-bit computer built from discrete logic [[small-scale integration|SSI]] chips is the [[Wang 500]]<!-- Wang 500-0, Wang 520 --> (1970/1971) calculator<ref name="Koblentz_2004"/><ref name="Wang_1974_Schematics"/> as well as the [[Wang 1200]]<!-- including Wang 1220 and 1222. The 1222, however, also had an Intel 4004 --> (1971/1972)<ref name="Battle_2010"/> word processor series developed by [[Wang Laboratories]].
An example of a 1-bit computer built from discrete logic [[small-scale integration|SSI]] chips is the [[Wang 500]]<!-- Wang 500-0, Wang 520 --> (1970/1971) calculator<ref name="Koblentz_2004"/><ref name="Wang_1974_Schematics"/> as well as the [[Wang 1200]]<!-- including Wang 1220 and 1222. The 1222, however, also had an Intel 4004 --> (1971/1972)<ref name="Battle_2010"/> word processor series developed by [[Wang Laboratories]].
Other examples of 1-bit architectures are [[programmable logic controller]]s (PLCs), such as the 1969 [[PDP-14]].<ref name=CHD>{{cite web |url=http://www.chdickman.com/pdp14 |title=DEC PDP-14 Industrial Controller}}</ref> These were often programmed in [[ladder logic]] or in [[instruction list]] (IL). An example of such a 1-bit architecture that was marketed as a CPU is the [[Motorola MC14500B]] Industrial Control Unit (ICU),<ref name="Motorola_1977_MC14500B"/><ref name="Motorola_1995_MC14500B"/> introduced in 1977 and manufactured at least up into the mid 1990s.<ref name="Motorola_1995_MC14500B"/> Its manual states:
Other examples of 1-bit architectures are [[programmable logic controller]]s (PLCs), such as the 1969 [[PDP-14]].<ref name=CHD>{{cite web |url=http://www.chdickman.com/pdp14 |title=DEC PDP-14 Industrial Controller}}</ref> These were often programmed in [[ladder logic]] or in [[instruction list]] (IL). An example of such a 1-bit architecture that was marketed as a CPU is the [[Motorola MC14500B]] Industrial Control Unit (ICU),<ref name="Motorola_1977_MC14500B"/><ref name="Motorola_1995_MC14500B"/> introduced in 1977 and manufactured at least up into the mid 1990s.<ref name="Motorola_1995_MC14500B"/> Its manual states:
{{quote|[…] Computers and microcomputers may also be used, but they tend to overcomplicate the task and often require highly trained personnel to develop and maintain the system. A simpler device, designed to operate on inputs and outputs one-at-a-time and configured to resemble a relay system, was introduced. These devices became known to the controls industry as programmable logic controllers (PLC). The Motorola MC14500B Industrial Control Unit (ICU) is the monolithic embodiment of the PLC's central architecture […]
{{quote|[…] Computers and microcomputers may also be used, but they tend to overcomplicate the task and often require highly trained personnel to develop and maintain the system. A simpler device, designed to operate on inputs and outputs one-at-a-time and configured to resemble a relay system, was introduced. These devices became known to the controls industry as programmable logic controllers (PLC). The Motorola MC14500B Industrial Control Unit (ICU) is the monolithic embodiment of the PLC's central architecture […]
There are functions for which one bit machines are poorly suited. […] Under some circumstances, a combination of an [[Motorola 6800|MC6800]] MPU and an MC14500B ICU may be the best solution. […]
There are functions for which one bit machines are poorly suited. […] Under some circumstances, a combination of an [[Motorola 6800|MC6800]] MPU and an MC14500B ICU may be the best solution. […]
''Program Counter''<br>
''Program Counter''<br>
The [[program counter]] is composed of two MC145168 binary up-[[counter (digital)|counters]] chained together to create 8 bits of memory address. This gives the system the capability of addressing 256 separate memory words. The counters are configured to count up on the rising edge of the ICU clock (CLK) signal and reset to zero when the ICU is reset. Notice that the program counter count sequence cannot be altered by any operation of the ICU. This confirms that the system is configured to have a looping control structure.
The [[program counter]] is composed of two MC145168 binary up-[[counter (digital)|counters]] chained together to create 8 bits of memory address. This gives the system the capability of addressing 256 separate memory words. The counters are configured to count up on the rising edge of the ICU clock (CLK) signal and reset to zero when the ICU is reset. Notice that the program counter count sequence cannot be altered by any operation of the ICU. This confirms that the system is configured to have a looping control structure.
''Memory''<br>
''Memory''<br>
The memory for this system is composed of one MCM7641<!-- MCM764l with "L" assumed typo/OCR error --> 512-word by 8 bit PROM memory. Because the program counter is only 8 bits wide, only 256 words, (half of the memory), can be used at any one time. However, by wiring the most significant bit of the memory's address high or low, the system designer can select between two separate programs with only a jumper option. This might be a desirable feature if extremely fast system changes are required.|source=MC14500B Industrial Control Unit Handbook<ref name="Motorola_1977_MC14500B"/>}}
The memory for this system is composed of one MCM7641<!-- MCM764l with "L" assumed typo/OCR error --> 512-word by 8 bit PROM memory. Because the program counter is only 8 bits wide, only 256 words, (half of the memory), can be used at any one time. However, by wiring the most significant bit of the memory's address high or low, the system designer can select between two separate programs with only a jumper option. This might be a desirable feature if extremely fast system changes are required.|source=MC14500B Industrial Control Unit Handbook<ref name="Motorola_1977_MC14500B"/>}}
One of the computers known to be based on this CPU was the [[WDR 1-bit computer]].<ref name="Ludwig_1986_WDR-1"/> A typical sequence of instructions from a program for a 1-bit architecture might be:
One of the computers known to be based on this CPU was the [[WDR 1-bit computer]].<ref name="Ludwig_1986_WDR-1"/> A typical sequence of instructions from a program for a 1-bit architecture might be:
* load digital input 1 into a 1-bit register;
* load digital input 1 into a 1-bit register;
* [[Logical disjunction|OR]] the value in the 1-bit register with input 2, leaving the result in the register;
* [[Logical disjunction|OR]] the value in the 1-bit register with input 2, leaving the result in the register;
* write the value in the 1-bit register to output 1.
* write the value in the 1-bit register to output 1.
This architecture was considered superior for programs making decisions rather than performing arithmetic computations, for ladder logic as well as for serial data processing.<ref name="Motorola_1977_MC14500B"/>
This architecture was considered superior for programs making decisions rather than performing arithmetic computations, for ladder logic as well as for serial data processing.<ref name="Motorola_1977_MC14500B"/>
There are also several design studies for 1-bit architectures in academia, and corresponding 1-bit logic can also be found in programming.
There are also several design studies for 1-bit architectures in academia, and corresponding 1-bit logic can also be found in programming.
Several early [[massively parallel]] computers used 1-bit architectures for the processors as well. Examples include the May 1983 [[Goodyear MPP]] and the 1985 [[Connection Machine]]. By using a 1-bit architecture for the individual processors a very large array (e.g. the Connection Machine had 65,536 processors) could be constructed with the chip technology available at the time. In this case the slow computation of a 1-bit processor was traded off against the large number of processors.
Several early [[massively parallel]] computers used 1-bit architectures for the processors as well. Examples include the May 1983 [[Goodyear MPP]] and the 1985 [[Connection Machine]]. By using a 1-bit architecture for the individual processors a very large array (e.g. the Connection Machine had 65,536 processors) could be constructed with the chip technology available at the time. In this case the slow computation of a 1-bit processor was traded off against the large number of processors.
== See also ==
== See also ==
* [[Bit-serial architecture]]
* [[Bit-serial architecture]]
Line 48: Line 32:
* [[Turing machine]]
* [[Turing machine]]
* [[Enhanced Serial Peripheral Interface]] (eSPI) allows 1-bit communication
* [[Enhanced Serial Peripheral Interface]] (eSPI) allows 1-bit communication
== References ==
== References ==
<references>
<references>
Line 59: Line 42:
<ref name="Motorola_1995_MC14500B">{{cite book |chapter=Industrial Control Unit MC14500B |series=Semiconductor Technical Data |title=Motorola CMOS Logic Data |publisher=[[Motorola]] |edition=revision 3 |date=1995<!-- |orig-date=1/94? --> |pages=306–313 |url=http://www.brouhaha.com/~eric/retrocomputing/motorola/mc14500b/mc14500brev3.pdf |access-date=2012-08-01 |url-status=live |archive-url=https://web.archive.org/web/20170520123638/http://www.brouhaha.com/~eric/retrocomputing/motorola/mc14500b/mc14500brev3.pdf |archive-date=2017-05-20}}</ref>
<ref name="Motorola_1995_MC14500B">{{cite book |chapter=Industrial Control Unit MC14500B |series=Semiconductor Technical Data |title=Motorola CMOS Logic Data |publisher=[[Motorola]] |edition=revision 3 |date=1995<!-- |orig-date=1/94? --> |pages=306–313 |url=http://www.brouhaha.com/~eric/retrocomputing/motorola/mc14500b/mc14500brev3.pdf |access-date=2012-08-01 |url-status=live |archive-url=https://web.archive.org/web/20170520123638/http://www.brouhaha.com/~eric/retrocomputing/motorola/mc14500b/mc14500brev3.pdf |archive-date=2017-05-20}}</ref>
<ref name="Ludwig_1986_WDR-1">{{cite book |title=Fast alles über den WDR-1-Bit-Computer |language=de |author-first1=Volker |author-last1=Ludwig |author-first2=Klaus |author-last2=Paschenda |author-first3=Heinz |author-last3=Schepers |author-first4=Hermann-Josef |author-last4=Terglane |author-first5=Klaus |author-last5=Grannemann |author-first6=Burkhard |author-last6=John |author-first7=Hermann |author-last7=Komar |author-first8=Ludwig |author-last8=Meinersen |publisher=DATANorf |location=Neuss & Recklinghausen, Germany |date=1986 |url=http://wdr-1-bit-computer.talentraspel.de/documents/wdr_1-40.pdf |access-date=2017-05-20 |url-status=live |archive-url=https://web.archive.org/web/20170520131325/http://wdr-1-bit-computer.talentraspel.de/documents/wdr_1-40.pdf |archive-date=2017-05-20}}</ref>
<ref name="Ludwig_1986_WDR-1">{{cite book |title=Fast alles über den WDR-1-Bit-Computer |language=de |author-first1=Volker |author-last1=Ludwig |author-first2=Klaus |author-last2=Paschenda |author-first3=Heinz |author-last3=Schepers |author-first4=Hermann-Josef |author-last4=Terglane |author-first5=Klaus |author-last5=Grannemann |author-first6=Burkhard |author-last6=John |author-first7=Hermann |author-last7=Komar |author-first8=Ludwig |author-last8=Meinersen |publisher=DATANorf |location=Neuss & Recklinghausen, Germany |date=1986 |url=http://wdr-1-bit-computer.talentraspel.de/documents/wdr_1-40.pdf |access-date=2017-05-20 |url-status=live |archive-url=https://web.archive.org/web/20170520131325/http://wdr-1-bit-computer.talentraspel.de/documents/wdr_1-40.pdf |archive-date=2017-05-20}}</ref>
</references>
</references>
== Further reading ==
== Further reading ==
* {{cite web |title=The famous/infamous MC14500 |author-first=Dieter |author-last=Mueller |date=2005 |orig-date=2004 |url=http://www.6502.org/users/dieter/m14500/m14500.htm |access-date=2018-07-18 |url-status=live |archive-url=https://web.archive.org/web/20170803122314/http://www.6502.org/users/dieter/m14500/m14500.htm |archive-date=2017-08-03}}
* {{cite web |title=The famous/infamous MC14500 |author-first=Dieter |author-last=Mueller |date=2005 |orig-date=2004 |url=http://www.6502.org/users/dieter/m14500/m14500.htm |access-date=2018-07-18 |url-status=live |archive-url=https://web.archive.org/web/20170803122314/http://www.6502.org/users/dieter/m14500/m14500.htm |archive-date=2017-08-03}}
* {{cite web |title=MC14500 and arithmetic |author-first=Dieter |author-last=Mueller |date=2008 |url=http://www.6502.org/users/dieter/a3/a3_5.htm |access-date=2018-07-18 |url-status=live |archive-url=https://web.archive.org/web/20170520222644/http://www.6502.org/users/dieter/a3/a3_5.htm |archive-date=2017-05-20}}
* {{cite web |title=MC14500 and arithmetic |author-first=Dieter |author-last=Mueller |date=2008 |url=http://www.6502.org/users/dieter/a3/a3_5.htm |access-date=2018-07-18 |url-status=live |archive-url=https://web.archive.org/web/20170520222644/http://www.6502.org/users/dieter/a3/a3_5.htm |archive-date=2017-05-20}}
* {{cite web |title=A MC14500 modification |author-first=Dieter |author-last=Mueller |date=2008 |url=http://www.6502.org:80/users/dieter/a3/a3_6.htm |access-date=2018-07-18 |url-status=live |archive-url=https://web.archive.org/web/20170320114921/http://www.6502.org/users/dieter/a3/a3_6.htm |archive-date=2017-03-20 |ref=none}}
* {{cite web |title=A MC14500 modification |author-first=Dieter |author-last=Mueller |date=2008 |url=http://www.6502.org:80/users/dieter/a3/a3_6.htm |access-date=2018-07-18 |url-status=live |archive-url=https://web.archive.org/web/20170320114921/http://www.6502.org/users/dieter/a3/a3_6.htm |archive-date=2017-03-20 |ref=none}}
== External links ==
== External links ==
* {{cite web |title=WDR-1-Bit Computer |author-first1=Thierry |author-last1=Schembri |author-first2=Sylvain |author-last2=Bizoirre |author-first3=Olivier |author-last3=Boisseau |author-first4=Pierre-Emmanuel |author-last4=Chauvaud |work=OLD-COMPUTERS.COM |url=https://www.old-computers.com/museum/computer.asp?st=1&c=834 |access-date=2017-05-20 |url-status=live |archive-url=https://web.archive.org/web/20170520141901/http://www.old-computers.com/museum/computer.asp?st=1&c=834 |archive-date=2017-05-20}}
* {{cite web |title=WDR-1-Bit Computer |author-first1=Thierry |author-last1=Schembri |author-first2=Sylvain |author-last2=Bizoirre |author-first3=Olivier |author-last3=Boisseau |author-first4=Pierre-Emmanuel |author-last4=Chauvaud |work=OLD-COMPUTERS.COM |url=https://www.old-computers.com/museum/computer.asp?st=1&c=834 |access-date=2017-05-20 |url-status=live |archive-url=https://web.archive.org/web/20170520141901/http://www.old-computers.com/museum/computer.asp?st=1&c=834 |archive-date=2017-05-20}}
{{CPU technologies}}
{{CPU technologies}}
[[Category:Data unit]]
[[Category:Data unit]]
[[Category:Programmable logic controllers]]
[[Category:Programmable logic controllers]]

Latest revision as of 15:56, 3 May 2026

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

<templatestyles src="Hlist/styles.css"></templatestyles><templatestyles src="Module:Sidebar/styles.css"></templatestyles>

1-bit programmable logic controller MC14500BCP

In computer architecture, 1-bit integers or other data units are those that are 1 bit (1/8 octet) wide. Also, 1-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers of that size. There are no computers or microcontrollers of any kind that are exclusively 1-bit for all registers and address buses. A 1-bit register can only store two different values. This is very restrictive and therefore not enough for a program counter which, on modern systems, is implemented in an on-chip register, but is not implemented on-chip in some 1-bit systems. Opcodes for at least one 1-bit processor architecture were 4-bit and the address bus was 8-bit. While 1-bit computing is rarely used on its own today, 1-bit serial communication is still used in modern computers, even on machines with large internal buses. The first carbon nanotube computer from 2013 is a 1-bit one-instruction set computer (and has only 178 transistors; though it has only one instruction, it can emulate 20 MIPS instructions).[1]

1-bit[edit | edit source]

A serial computer processes data a single bit at a time. For example, the PDP-8/S was a 12-bit computer using a 1-bit ALU, processing the 12 bits serially.[2] An example of a 1-bit computer built from discrete logic SSI chips is the Wang 500 (1970/1971) calculator[3][4] as well as the Wang 1200 (1971/1972)[5] word processor series developed by Wang Laboratories. Other examples of 1-bit architectures are programmable logic controllers (PLCs), such as the 1969 PDP-14.[6] These were often programmed in ladder logic or in instruction list (IL). An example of such a 1-bit architecture that was marketed as a CPU is the Motorola MC14500B Industrial Control Unit (ICU),[7][8] introduced in 1977 and manufactured at least up into the mid 1990s.[8] Its manual states:

<templatestyles src="Template:Blockquote/styles.css" />

[…] Computers and microcomputers may also be used, but they tend to overcomplicate the task and often require highly trained personnel to develop and maintain the system. A simpler device, designed to operate on inputs and outputs one-at-a-time and configured to resemble a relay system, was introduced. These devices became known to the controls industry as programmable logic controllers (PLC). The Motorola MC14500B Industrial Control Unit (ICU) is the monolithic embodiment of the PLC's central architecture […]

There are functions for which one bit machines are poorly suited. […] Under some circumstances, a combination of an MC6800 MPU and an MC14500B ICU may be the best solution. […] Program Counter
The program counter is composed of two MC145168 binary up-counters chained together to create 8 bits of memory address. This gives the system the capability of addressing 256 separate memory words. The counters are configured to count up on the rising edge of the ICU clock (CLK) signal and reset to zero when the ICU is reset. Notice that the program counter count sequence cannot be altered by any operation of the ICU. This confirms that the system is configured to have a looping control structure. Memory

The memory for this system is composed of one MCM7641 512-word by 8 bit PROM memory. Because the program counter is only 8 bits wide, only 256 words, (half of the memory), can be used at any one time. However, by wiring the most significant bit of the memory's address high or low, the system designer can select between two separate programs with only a jumper option. This might be a desirable feature if extremely fast system changes are required.

— MC14500B Industrial Control Unit Handbook[7]

One of the computers known to be based on this CPU was the WDR 1-bit computer.[9] A typical sequence of instructions from a program for a 1-bit architecture might be:

  • load digital input 1 into a 1-bit register;
  • OR the value in the 1-bit register with input 2, leaving the result in the register;
  • write the value in the 1-bit register to output 1.

This architecture was considered superior for programs making decisions rather than performing arithmetic computations, for ladder logic as well as for serial data processing.[7] There are also several design studies for 1-bit architectures in academia, and corresponding 1-bit logic can also be found in programming. Several early massively parallel computers used 1-bit architectures for the processors as well. Examples include the May 1983 Goodyear MPP and the 1985 Connection Machine. By using a 1-bit architecture for the individual processors a very large array (e.g. the Connection Machine had 65,536 processors) could be constructed with the chip technology available at the time. In this case the slow computation of a 1-bit processor was traded off against the large number of processors.

See also[edit | edit source]

References[edit | edit source]

  1. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Courtland, Rachel (2013-09-25). "First Computer Made From Carbon Nanotubes Debuts - The modest 1-bit, 1 kHz machine could usher in a new post-silicon era". IEEE Spectrum: Technology, Engineering, and Science News. Archived from the original on 2022-06-15. Retrieved 2021-04-18.
  2. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>"III. System Logic - 3.4. Control Circuits - 3.4.1 Adder". PDP-8/S Maintenance Manual (PDF) (4th printing ed.). Maynard, Massachusetts, US: Digital Equipment Corporation. August 1969 [October 1967]. pp. 3-14 – 3-15. F-87S. Archived (PDF) from the original on 2021-10-23. Retrieved 2022-06-15. (191 pages)
  3. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Wasserman, Katie (March 2006) [January 2004]. "LED calculators rule her house". Computer Collector Newsletter / Technology Rewind (Interview). Interviewed by Koblentz, Evan. Retrieved 2017-05-20. Probably my most favorite is the Wang 500. It's got several unique things about it: a very unusual ROM memory made of hundreds of long enamel-coated wires wrapped around iron cores; a super-fast single-bit CPU built out of SSI logic chips; and of course tons of really cool-looking colorful keys.{{cite interview}}: CS1 maint: deprecated archival service (link)
  4. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Product Service - Schematic manual (PDF). Wang Laboratories, Inc. 1974. 03-0019-0. Archived (PDF) from the original on 2017-05-20. Retrieved 2017-05-20.
  5. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Battle, Jim (2010-03-07). "Wang 1200 - Wang WP History". Archived from the original on 2017-05-21. Retrieved 2017-05-21.
  6. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>"DEC PDP-14 Industrial Controller".
  7. 7.0 7.1 7.2 <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Gregory, Vern; Dellande, Brian; DiSilvestro, Ray; Malarkey, Terry; Smith, Phil; Hadley, Mike (1977). Motorola MC14500B Industrial Control Unit Handbook - Theory and Operation of a CMOS one-bit processor compatible with B series CMOS devices (PDF). Motorola Semiconductor Products Inc. 33-B78/8.0. Archived (PDF) from the original on 2022-04-01. Retrieved 2017-05-20. (NB. Also available in German language under the title "Motorola MC14500B Industrial Control Unit Handbuch - Theorie und Anwendung eines Ein-Bit-CMOS-Prozessors".)
  8. 8.0 8.1 <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>"Industrial Control Unit MC14500B". Motorola CMOS Logic Data (PDF). Semiconductor Technical Data (revision 3 ed.). Motorola. 1995. pp. 306–313. Archived (PDF) from the original on 2017-05-20. Retrieved 2012-08-01.
  9. <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Ludwig, Volker; Paschenda, Klaus; Schepers, Heinz; Terglane, Hermann-Josef; Grannemann, Klaus; John, Burkhard; Komar, Hermann; Meinersen, Ludwig (1986). Fast alles über den WDR-1-Bit-Computer (PDF) (in Deutsch). Neuss & Recklinghausen, Germany: DATANorf. Archived (PDF) from the original on 2017-05-20. Retrieved 2017-05-20.

Further reading[edit | edit source]

  • <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Mueller, Dieter (2005) [2004]. "The famous/infamous MC14500". Archived from the original on 2017-08-03. Retrieved 2018-07-18.
  • <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Mueller, Dieter (2008). "MC14500 and arithmetic". Archived from the original on 2017-05-20. Retrieved 2018-07-18.
  • <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Mueller, Dieter (2008). "A MC14500 modification". Archived from the original on 2017-03-20. Retrieved 2018-07-18.

External links[edit | edit source]

  • <templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>Schembri, Thierry; Bizoirre, Sylvain; Boisseau, Olivier; Chauvaud, Pierre-Emmanuel. "WDR-1-Bit Computer". OLD-COMPUTERS.COM. Archived from the original on 2017-05-20. Retrieved 2017-05-20.