From WikiChip
MC14500 - Motorola
< motorola
Revision as of 00:51, 22 January 2016 by Inject (talk | contribs) (Created page with "{{motorola title|MC14500}} {{ic family | title = Motorola MC14500 Family | image = <!-- Image representation of the IC family, e.g. "MCS-4.jpg" --> |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Motorola MC14500 Family
no photo (ic).svg
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.

Members

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

Architecture

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.

Registers

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.

Instruction Set

Mnemonic OPCode Action
NOPO 0x0 RR → RR ; Flag O → 1
LD 0x1 Data → RR
LDC 0x2 Data → RR
AND 0x3 RR · Data → RR
ANDC 0x4 RR · Data → RR
OR 0x5 RR + Data → RR
ORC 0x6 RR + Data → RR
XNOR 0x7 If RR = Data, RR → 1
STO 0x8 RR → Data ; Write → 1
STOC 0x9 RR → 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

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) +