From WikiChip
Difference between revisions of "motorola/mc14500"
< motorola

(Created page with "{{motorola title|MC14500}} {{ic family | title = Motorola MC14500 Family | image = <!-- Image representation of the IC family, e.g. "MCS-4.jpg" --> |...")
 
(Fixed typo on Motorola (Motorolla) name)
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
{{ic family
 
{{ic family
 
| title            = Motorola MC14500 Family
 
| title            = Motorola MC14500 Family
| image            = <!-- Image representation of the IC family, e.g. "MCS-4.jpg"  -->
+
| image            = MC14500BCP.jpg
| caption          = <!-- description of the image                                  -->
+
| caption          = 1-bit {{\|MC14500B|MC14500BCP}}
 
| developer        = Motorola
 
| developer        = Motorola
| developer 2      = <!-- 2nd developer of the IC family                            -->
 
| developer 3      = <!-- 3rd developer of the IC family                            -->
 
 
| manufacturer      = Motorola
 
| manufacturer      = Motorola
 
| type              = microprocessors
 
| type              = microprocessors
Line 22: Line 20:
 
}}
 
}}
 
The '''MC14500''' was a [[microprocessor family|family]] of {{arch|1}} task-oriented [[microprocessor]] chipsets designed by [[Motorola]] in the late 1970s intended to replace older relay-based [[ladder logic]] as a cheap [[programmable logic controller]]. Production continued well into the 1990s.
 
The '''MC14500''' was a [[microprocessor family|family]] of {{arch|1}} task-oriented [[microprocessor]] chipsets designed by [[Motorola]] in the late 1970s intended to replace older relay-based [[ladder logic]] as a cheap [[programmable logic controller]]. Production continued well into the 1990s.
 +
 +
== Overview ==
 +
MC14500, '''Industrial Control Unit''' ('''ICU'''), was a very simple, small-scale integration (SSI), 1-bit microprocessor designed by Motorola. Intended to serve as a very simple programmable logic controller and replace and simplify older machinery, the MC14500 cheap price and ease of many uses allowed it to be sold and used in many additional areas. Maximum flexibility was offered by the chip as a result of having no provisions for instruction or data addressing, leaving it to the system designers.
 +
 +
The MC14500 was also very easy to manufacture. During the early 1980s the chip ease of manufacturability was the reason it entered mass production in a number of large facilities in China (e.g., [[Shanghai Radio Factory 14]])
  
 
== Members ==
 
== Members ==
Line 48: Line 51:
 
The MC14500B has a number of output lines to help facilitate [[subroutine]] returns, [[branching]], [[conditional]], and general purpose I/O. However since there are no built-in support for memory or addressing, they have to be dealt with externally, possibly with some glue chips.
 
The MC14500B has a number of output lines to help facilitate [[subroutine]] returns, [[branching]], [[conditional]], and general purpose I/O. However since there are no built-in support for memory or addressing, they have to be dealt with externally, possibly with some glue chips.
  
=== Registers ===
+
=== ISA ===
The MC14500B has a single [[register]]: '''result register''' ('''RR''') which always stores the value of the intimidate operation that has been performed. RR can be read directly from pin 15 at any time. RR is also always used as the 2nd operand to any binary ALU operation.
+
{{main|motorola/mc14500/isa|l1=MC14500 ISA}}
 
+
The MC14500B has a single register (the result register) and supports 16 different operations.
== Instruction Set ==
 
{| class="wikitable"
 
|-
 
! Mnemonic !! OPCode !! Action
 
|-
 
| NOPO || 0x0 || RR → RR ; Flag O → 1
 
|-
 
| LD ||  0x1 || Data → RR
 
|-
 
| LDC ||  0x2 || <span style="text-decoration:overline">Data</span> → RR
 
|-
 
| AND ||  0x3 || RR · Data → RR
 
|-
 
| ANDC ||  0x4 || RR · <span style="text-decoration:overline">Data</span> → RR
 
|-
 
| OR ||  0x5 || RR + Data → RR
 
|-
 
| ORC ||  0x6 || RR + <span style="text-decoration:overline">Data</span> → RR
 
|-
 
| XNOR ||  0x7 || If RR = Data, RR → 1
 
|-
 
| STO ||  0x8 || RR → Data ; Write → 1
 
|-
 
| STOC ||  0x9 || <span style="text-decoration:overline">RR</span> → Data ; Write → 1
 
|-
 
| IEN ||  0xA || Data → IEN
 
|-
 
| OEN ||  0xB || Data → OEN
 
|-
 
| JMP || 0xC || JMP Flag → 1
 
|-
 
| RTN ||  0xD || RTN Flag → 1
 
|-
 
| SKZ ||  0xE || Skip next instruction if RR = 0
 
|-
 
| NOPF ||  0xF || RR → RR ; Flag F → 1
 
|}
 
  
 
== Documents ==
 
== Documents ==
 
* [[:File:Motorola MC14500B Industial Control Unit Handbook.pdf|Motorola MC14500B Industial Control Unit Handbook]]
 
* [[:File:Motorola MC14500B Industial Control Unit Handbook.pdf|Motorola MC14500B Industial Control Unit Handbook]]
 +
 +
== See also ==
 +
* {{gi|SBA}}
 +
 +
== References ==
 +
* Yubiao, He. Current situation of the development and manufacture of vary large scale integrated devices in China. No. FTD-ID (RS) T-0256-88. FOREIGN TECHNOLOGY DIV WRIGHT-PATTERSON AFB OH, 1988.

Latest revision as of 10:44, 22 May 2018

Motorola MC14500 Family
MC14500BCP.jpg
1-bit MC14500BCP
Developer Motorola
Manufacturer Motorola
Type microprocessors
Production 1976-1996
Architecture 1-bit, Harvard
ISA MC14500
Word size 1 bit
0.125 octets
0.25 nibbles
Technology CMOS
Clock 10 kHz-1 MHz
Package DIP16

The MC14500 was a family of 1-bit task-oriented microprocessor chipsets designed by Motorola in the late 1970s intended to replace older relay-based ladder logic as a cheap programmable logic controller. Production continued well into the 1990s.

Overview[edit]

MC14500, Industrial Control Unit (ICU), was a very simple, small-scale integration (SSI), 1-bit microprocessor designed by Motorola. Intended to serve as a very simple programmable logic controller and replace and simplify older machinery, the MC14500 cheap price and ease of many uses allowed it to be sold and used in many additional areas. Maximum flexibility was offered by the chip as a result of having no provisions for instruction or data addressing, leaving it to the system designers.

The MC14500 was also very easy to manufacture. During the early 1980s the chip ease of manufacturability was the reason it entered mass production in a number of large facilities in China (e.g., Shanghai Radio Factory 14)

Members[edit]

Part Description
MC14500B Microprocessor
MCM7641 Program Counter
MC14099
MC14512
MC14599
MC14168 EPROM

Architecture[edit]

The MC14500B is a true 1-bit microprocessor - all operations are done on single-bit operands. The MC14500B comes with an internal clock that may be controlled via an external resistor. While designed to run at 1 MHz, it may be tuned down to 10 KHz or hooked up to an external clock altogether.

The MC14500B does not include any on-chip memory nor a program counter. A program counter is not provided because this MPU has no notion of memory at all, and by extension no notion of addresses. It implements an early Harvard architecture type of flow where separate instruction lines and data lines are fed to it. Individual instructions and values are fed in each clock cycle and the result can be read via a number of output lines. Typically a PROM chip such as the MCM7641 and PC such as the MC145168 were used to form a complete system. Because this was done externally, in theory at least, this MPU can support any amount of memory needed.

The MC14500B has a number of output lines to help facilitate subroutine returns, branching, conditional, and general purpose I/O. However since there are no built-in support for memory or addressing, they have to be dealt with externally, possibly with some glue chips.

ISA[edit]

Main article: MC14500 ISA

The MC14500B has a single register (the result register) and supports 16 different operations.

Documents[edit]

See also[edit]

References[edit]

  • Yubiao, He. Current situation of the development and manufacture of vary large scale integrated devices in China. No. FTD-ID (RS) T-0256-88. FOREIGN TECHNOLOGY DIV WRIGHT-PATTERSON AFB OH, 1988.
Facts about "MC14500 - Motorola"
designerMotorola +
full page namemotorola/mc14500 +
instance ofmicroprocessor family +
instruction set architectureMC14500 +
main designerMotorola +
manufacturerMotorola +
nameMotorola MC14500 Family +
packageDIP16 +
technologyCMOS +
word size1 bit (0.125 octets, 0.25 nibbles) +