The Signetics 2650 was an 8-bitmicroprocessor introduced in July 1975.[1] According to Adam Osborne's book An Introduction to Microprocessors Vol 2: Some Real Products, it was "the most minicomputer-like" of the microprocessors available at the time. A combination of missing features and odd memory access limited its appeal, and the system saw little use in the market.
Development

In 1972, Signetics' Jack Curtis[a] hired John Kessler of IBM to lead the design of a new single-chip CPU intended to compete with minicomputer systems. Kessler selected the IBM 1130 as the model for the new design. The 1130, released in 1965, was a 16-bitminicomputer that shared many design features with other minis of the era.[2]
While Kessler designed the architecture, Kent Andreas laid out the CPU using a recently developed ion implantationNMOS process. In contrast to the far more common PMOS process of the era, NMOS used less power and dissipated less heat. This allowed the chip to be run at higher speeds than PMOS CPU designs, and the first 2650's ran at the same 1.25 MHz speed as the contemporary models of the 1130.[2]
When it was designed in 1972, the 2650 was among the most advanced designs on the market, easily outperforming and out-featuring the Intel 4004 and 8008 of the same era. Despite this, the design was not released to production. At the time, Signetics was heavily involved with Dolby Laboratories, developing integrated circuits that implemented Dolby's suite of noise-reduction systems. Production of the 2650 was pushed back, and the CPU was not formally introduced until July 1975. By 1975, several new CPUs had been introduced, designed from the start to be 8-bit machines rather than mimicking an older design, and the 2650's advantages were no longer as compelling.[2]
In 1975, Philips purchased Signetics, and from that point versions of the 2650 can be found with both Signetics or Philips branding.[2]
In March 1976, Signetics reached a second-source agreement with Advanced Memory Systems (AMS). At that time, most CPU firms were very small and no one would buy a design from a company that might go bankrupt. Second-sourcing was an important guarantee that the design would remain available in this eventuality. AMS was already acting as a second-source for the RCA 1802, an advanced CMOS design. The NMOS 2650 was seen as a useful adjunct that would not directly compete with the 1802. Unfortunately, in November AMS was purchased by Intersil, who had their own Intersil 6100, a single-chip version of the PDP-8 mini. Intersil dropped production of the 2650.[2]
Signetics tried again with National Semiconductor in 1977, who planned to introduce versions in the last quarter of the year. For unknown reasons, this appears to have never happened, and only a single example of an NS version, from France, has ever been found.[2]
Signetics continued the development of the 2650, introducing two new models in 1977. The 2650A was a reworked version of the original layout intended to improve yield, and thus reduce cost. Speed remained unchanged at 1.25 MHz for the base model and 2 MHz for the -1 versions. The 2650B was based on the A, added two new instructions, and improved the performance of a number of existing instructions.[2]
Description
The overall design of the 2650 was based on the IBM 1130. As such, the 2650 has a number of features that were common on 1960s minicomputers, but rarely found on newly designed microprocessors of the 1970s. Among these, for instance, were processor status bits that were used to track the status of input/output devices, which makes it simpler to write interfacing code.[2] Another mini-like feature was its use of vectored interrupts, which allowed devices to call the correct interrupt handler code by putting its memory location on the data bus and then forcing an interrupt. This avoids the need to write a centralized interrupt handler that reads additional data from the bus, determines which device driver is being invoked and then calls it; the 2650 can jump directly to the correct code, potentially stored on the device itself.
The 2650's processor registers were divided into sets, with a single global register R0 used as the accumulator, and two sets of three index registers, both named R1, R2 and R3, for a total of seven registers.[3] For clarity, the second set was sometimes referred to as R1', R2' and R3' ("prime"). At any one time, one of the two sets of indexes were visible to the CPU. Which set was visible was controlled by a bit in the status register, PSW. One could easily switch between the two sets of registers with a single instruction.[4] This allowed rapid switching of values during subroutine calls, operating system switches, or handling interrupts. Unlike the 1130, the registers were only 8-bit wide rather than 16-bit, but there were two sets in the 2650 rather than one in the 1130.[2]
Another of its mini-like features was the extensive support for indirect addressing on most instructions. Many instructions require data to be read from a location in memory, in most CPUs of the era that would be a single byte of data that is stored in memory referred to by a 16-bit location. In the 2650, the high-bit of that 16-bit location indicated indirection, meaning that the data was not located at this location in memory, but the one encoded in the remaining 15 bits of the address.[4] This style of access allowed blocks of data to be more easily accessed than in systems that provided indirection solely through special instructions or index registers. One could step through memory by incrementing the address value stored in that single location in memory. This also resulted in considerable numbers of math instructions being applied to addresses, and to improve the performance of these operations, the 2650 included a second arithmetic logic unit just for address calculations.[3]
The downside to this approach was that the high-bit was no longer part of the address, meaning the address space was only 15 bits, and the machine could access only a total of 32 KB of memory. The address space was further limited by the use of another two bits of the address to indicate the indexing mode for all logical and arithmetic (i.e. non-branch) instructions. These bits controlled functions like whether the address should be post-incremented or pre-decremented, which is extremely useful for constructing loops. But with all of these bits already accounted for, only 13 were available for addresses in these instructions, meaning only 8 KB could be addressed directly. This meant the main memory was broken up as four 8 KB blocks.[3] To access memory outside the 8 KB where the instruction was located, the data bytes being pointed to had to contain an indirect address, pointing to some other location in memory.[4] Doing so forced another memory read cycle, slowing performance.
When the 2650 was designed in 1972, these limitations on address space were not significant due to the small size and high cost of the static RAM memory typically used with these processors. At the time, machines typically contained 2 or 4 KB of RAM. But with the increasing use of dynamic RAM from the mid-1970s, machines with 8 and 16 KB of RAM, and ultimately 64 KB, became common and the addressing system on the 2650 became a significant hindrance.
The 2650 also contained an on-die call stack, rather than the more common solution that sets aside a location in memory to hold the stack. The stack pointer was held in three bits in the PSW. An on-die stack is much faster, as the data can be accessed directly without waiting for it to be read from external memory, but it also takes up room on the die and is always limited in size as a result of practical tradeoffs. In the 2650, the return address stack was eight 15-bit entries deep.[3] This allowed programs to nest subroutines to eight levels.
While there were nine different addressing modes, the lack of 16-bit registers and the 13–15-bit address space prevented widespread use. Despite this, an operating system ("2650 DOS")[5] was available, along with 8 KB and 12 KB BASIC interpreters (sold by Central Data Corporation USA), and many games of the Hunt the Wumpus style. Most programs were written in assembly language.
Uses

Signetics sold 2650-based microprocessor development boards, first the PC1001[6][7] and then its successor, the PC1500 "Adaptable Board Computer", ranging in price from A$165 to A$400. The chip by itself sold for around A$20. Several hardware construction projects and programming articles were published in magazines such as Electronics Australia and Elektor and related kits were sold by electronics stores. These factors led to its use by a number of hobbyists in many countries such as Australia, U.S.A.,[8] United Kingdom, the Netherlands[9] and Germany.[10]
Two types of video game console used the Signetics 2650 or 2650A. The first group of consoles are based on the Signetics 2636video display controller; the Interton Video Computer 4000 (1978) and variants of the 1292 Advanced Programmable Video System (1979) belong to this group. The second group of consoles were based on the Signetics 2637 as a video display controller; EmersonArcadia 2001 which was released in 1982 and which used a Signetics 2650 running at 0.895 MHz as a CPU belong to this group together with many other ones software-compatible (Leonardo, Hanimex MPT-03 etc.).[11]

At least six coin-operated video games were released in the 1970s which used the 2650 CPU: Atari'sQuiz Show, Meadows Games 3D Bowling, Gypsy Juggler and Lazer Command, CinematronicsEmbargo, and a 1978 clone of Space Invaders by Italian company Zaccaria called The Invaders (the original by Taito uses an Intel 8080 CPU). At least two coin-operated video games were released in the 1980s using the 2650. Hunchback, and Hunchback Olympic.
Zaccaria also released 28 pinball machines based on the 2650 CPU. Their successor company, MrGame, released four additional pinball machines using the 2650. Zaccaria seems to have licensed its design to Technoplay as well, and several more pinball machines were released using variations of Zaccaria circuit board designs.
The processor was also used in the Signetics Instructor 50, which was a small computer designed to teach the use and programming of the 2650 CPU.
The 2650 was also used in some large items of equipment such as the Tektronix 8540, a microprocessor software development system which supported various in-circuit emulator, trace memory and logic analyser cards for real-time debugging of microprocessor systems, as practiced in the 1980s. The 2650 provided the base operating system functions, data transfer, and interface to a host computer or serial computer terminal.
The processor was most suited as a microcontroller, due to its extensive I/O support:
- Single bit i/o pins on the processor (sense/flag bits)
- Signals to directly address two 8-bit I/O ports (control and data ports) using single byte instructions (port i/o). This circumvented the elaborate hardware other systems needed for memory-mapped I/O
- Signals to address another 256 I/O ports using an 8-bit address and two byte instructions, again, limiting the amount of hardware (address decoding) required. Philips emphasized this use as a micro-controller with a demonstration program showing the 2650 controlling an intelligent elevator system. Also, at trade fairs they showed the 2650 controlling a miniature 'sort and stack' robot
Industrial Microcomputer System – IMS

For a short time starting 1979, Philips sold a modular 2650 computer called the 'IMS' – Industrial Microcomputer System,[12] based on the Eurocard format in a 19" rack. It included CPU, PROM, RAM, input, output and teletype modules. This system was meant as a more intelligent programmable logic controller. For development, they later added DEBUG, DISPLAY, INTERRUPT and MODEST ((E)PROM programmer) modules.
Architecture
The 2650 was supplied in a 40 pin plastic or ceramic DIL enclosure. An external single phase clock signal and a single 5V supply were needed.
The 2650 had many unusual features when compared to other microprocessors of the time:
- It was a fully static NMOS 8-bit microprocessor. The static nature was unusual for the time, and meant that the processor could be halted simply by stopping the clock signal. Programmers made grateful use of this feature to "single step' through a program using a push-button switch to generate the clock pulses.
- Unique was the 8-level 15-bit wide stack for the subroutine and interrupt return addresses which was integrated into the processor. The stack pointer used 3 bits of the upper status register. This meant subroutines and interrupts could only be nested 8 levels deep.
- The processor had only 13 real address lines, a further 2 address lines were connected to a 2-bit 'page register', resulting in a 32 KB address space. The page register was set when an absolute (direct) branch instruction, which used a full 15-bit address, was executed. All logical and arithmetic instructions used a 13-bit address augmented by the contents of the page register, thereby limiting their scope to an 8 KB page. These 2 upper address lines were also used (multiplexed) to select the appropriate I/O port during I/O operations (Control port, Data port or Extended port).
- Although the 2650 had only one interrupt input, this was a 'vectored' interrupt – the interrupting device needed to put a zero-relative displacement on the data bus, that would be used as the operand of a ZBSR (zero branch to subroutine relative) instruction to branch to the specified interrupt routine. Therefore, using indirect addressing, a maximum of 30 interrupt vectors could be stored in the first 64 bytes of memory. (The first three bytes were needed to hold an unconditional branch to the 'reset' routine). This vectored interrupt is also reminiscent of the PDP-11minicomputer.
Instruction set
Although the 2650 is basically an 8-bit microprocessor, up to three bits of the addresses were also used with the 8-bit instruction to form longer opcodes. 64 opcodes are 9-bits long, and another 32 opcodes are 11-bit. Of the remaining 128 8-bit opcodes, 124 (126 in the 2650B) are implemented, giving a total of 444 (446) instructions.
Many more instructions are available as the behavior of the standard instructions can be modified by setting or clearing status bits: WC (with or without carry) and COM (logical or arithmetic compare). This doubled the number of rotate, add, subtract and compare instructions.
The instruction set is strongly orthogonal: all logic and arithmetic instructions can use all nine addressing modes:
- register
- immediate
- PC relative and PC relative indirect
- absolute and absolute indirect
- absolute indexed, absolute indexed with auto-increment, and absolute indexed with auto-decrement, both direct and indirect
The most significant bit of all relative and absolute addresses is used to indicate indirection.
The only exceptions are where the opcodes of meaningless operations are used for other purposes:
- the opcode for AND register zero with register zero is used for the HALT instruction.
- the opcode for STORE register zero into register zero is used for the NOP instruction.
Although the LODZ R0 (load register zero with register zero) instruction is supported by the Signetics assembler, its binary encoding is not allowed. The assembler substitutes the binary for the semantically equivalent instruction IORZ R0 instead.
Indexing
En todas las instrucciones aritméticas y lógicas que utilizan direccionamiento absoluto (directo), los bits 14 y 13 del campo de dirección se utilizan para indicar el modo de indexación de la siguiente manera:
- 00 sin indexación
- 01 indexación con autoincremento
- 10 índices con autodecremento
- 11 solo indexación
Cuando se especifica la indexación, el registro definido en la instrucción se convierte en el registro de índice, y el origen/destino es implícitamente el registro cero. Para la indexación indirecta, se utiliza la indexación posterior, es decir, primero se obtiene la dirección indirecta de la memoria y luego se le agrega el índice.
Derivación
Probablemente el aspecto más parecido a un miniordenador del 2650 sea la enorme cantidad (62) de instrucciones de salto (bifurcación); todas estas instrucciones también podrían usar indirección:
- BIRR y BIRA: Incrementan el registro y saltan si es distinto de cero (R0, R1, R2 o R3) con direccionamiento relativo o absoluto.
- BDRR y BDRA: Decrementan el registro y saltan a la siguiente línea si no es cero (R0, R1, R2 o R3) con direccionamiento relativo o absoluto.
- BRNR y BRNA: bifurcan si el registro no es cero (R0, R1, R2 o R3) con direccionamiento relativo o absoluto.
- BCTR y BCTA: bifurcación bajo condición Verdadera (cero, mayor que, menor que o incondicional) con direccionamiento relativo o absoluto.
- BCFR y BCFA: ramifican bajo la condición False (cero, mayor que o menor que) con direccionamiento relativo o absoluto.
- ZBRR: salto relativo a la dirección cero
- BXA: rama indexada
Al igual que el Intel 8080 , el 2650 tenía instrucciones para saltar condicionalmente a una subrutina y regresar de ella:
- BSTR y BSTA: saltan a una subrutina cuando la condición es verdadera (cero, mayor que, menor que o incondicional) con direccionamiento relativo o absoluto.
- BSFR y BSFA: salto a subrutina bajo condición False (cero, mayor que o menor que) con direccionamiento relativo o absoluto.
- BSNR y BSNA: salto a subrutina si el registro no es cero (R0, R1, R2 o R3) con direccionamiento relativo o absoluto.
- RETC: retorno de la subrutina bajo la condición Verdadera (cero, mayor que, menor que o incondicional)
- RETE: retorno de interrupción bajo condición Verdadera (cero, mayor que, menor que o incondicional)
- ZBSR: salto a subrutina relativa a la dirección cero
- BSXA: salto a subrutina indexada
Solo las instrucciones de salto que utilizaban direccionamiento absoluto empleaban los 15 bits del campo de dirección como dirección. Por lo tanto, usar una instrucción de salto de este tipo era la única manera de establecer los dos bits del registro de página (que controlan los bits 14 y 13 del bus de direcciones) y cambiar la página actual de 8 KB.
Versiones
- Versión original 2650 con una frecuencia de reloj máxima de 1,25 MHz.
- Versión mejorada del 2650A (modificaciones menores en la fabricación para mejorar la estabilidad) Frecuencia de reloj máxima de 1,25 MHz
- 2650A-1 igual que el 2650A con una frecuencia de reloj máxima de 2 MHz.
- 2650B
- 2650B-1 igual que el 2650B con una frecuencia de reloj máxima de 2 MHz.
El modelo 2650B presentó los siguientes cambios y mejoras con respecto al modelo 2650A: [ 13 ]
- Two new signals – "Bus Enable" on pin 15 and "Cycle Last" on pin 25, which marks the instruction fetch cycle.[14]
- Program Status Word Upper bits 3 and 4 are settable and testable user flags (unused on the 2650A).
- Two new instructions STPL and LDPL to save and restore the lower status register from memory in order to simplify interrupt processing.
- Single byte register R0 instructions execute faster (one cycle rather than two).
Second sources

In 1975, Signetics was sold to Philips and the 2650 was later incorporated into the Philips Semiconductors line. They made a version of the 2650 called the MAB2650A. Valvo, a subsidiary of Philips, sold the 2650 in Germany. Valvo also sold the VA200 single board (Eurocard) 2650 computer with 4 KB PROM/EPROM, 1 KB RAM and four I/O ports.[15]
Other producers of licensed copies of the chip were Harris and Intersil.
Peripheral chips
The 2650 came with a full complement of peripheral chips:
- 2621 Video Encoder (PAL)
- 2622 Video Encoder (NTSC)
- 2636 Programmable Video Interface
- 2637 Universal Video Interface
- 2651 Programmable Communication Interface
- 2652 Multi-Protocol Communications Circuit (incl. Synchronous Data Link Control (SDLC))
- 2653 Polynomial Generator / Checker
- 2655 Programmable Peripheral Interface
- 2656 SMI (System memory interface)
- 2657 Direct Memory Access
- 2661 Enhanced Programmable Communication Interface (EPCI)
- 2670 Display Character and Graphics Generator
- 2671 Programmable Keyboard and Communications Controller
- 2672 Programmable Video Timing Controller
- 2673 Video Attributes Controller
Many of these peripheral chips were designed so they could also be used with other microprocessors, for example the datasheet of the 2672 suggests using it with an Intel 8048microcontroller.
Philips Technical Note 083 describes how to interface the 2651 PCI to various other microprocessors, such as the 8080, 8085, Z80, 8048 and 6800
Descendants of the 2651/2661 serial communications chips are still sold as the Philips SC26 series.
2656 System Memory Interface
The 2656 was specifically designed to augment, and interface with, the 2650 and make a 2-chip computer possible. It contained everything the 2650 lacked to make a complete computer:[16]
- 2 KB 8-bit mask-programmed ROM program memory
- 128 bytes 8-bit RAM memory
- Clock generator with crystal or RC network
- Power-on reset
- Eight general purpose I/O pins
The I/O pins could be used as an 8-bit I/O port or programmed to generate enable signals for extra RAM, ROM or I/O ports. This was achieved by mask-programming a Programmable Logic Array in the 2656.
Para desarrollar y probar el diseño antes de llevarlo a producción, Philips vendió la PC4000, una placa emuladora del 2656 que utilizaba PROMs y FPLAs para emular la ROM y la PLA del 2656.
Notas
- ↑ Más conocido por su artículo humorístico sobre la memoria de solo escritura .
Referencias
Citas
- ↑ "Microcomputer Digest Vol. 2 No. 1 Julio 1975" (PDF) . Archivado (PDF) del original el 1 de febrero de 2014. Recuperado el 1 de febrero de 2014 .
- 1 2 3 4 5 6 7 8 9 "Signetics 2650: Un IBM en un chip" . CPU Shack . 16 de octubre de 2016.
- 1 2 3 4 Rowe 1976 .
- 1 2 3 "Familia Signetics 2650" . CPU World . 11 de febrero de 2014.
- ↑ 2650 DOS
- ↑ Nota técnica de Signetics SP50; Sistema de evaluación de placa de circuito impreso PC1001 (modelo 2650)
- ↑ Nota técnica de Signetics SS50; Programa de monitorización PC1001 "PIPBUG"
- ↑ Construya un sistema con microcomputadora 2650, revista Radio Electronics: abril, mayo, junio de 1977
- ↑ Grupo de usuarios del Hobby Computer Club (HCC) 2650
- ↑ Programmierbeispiele mit dem Mikroprozessor 2650, Johann Hatzenbichler, 1978 OCLC 74475572
- ↑ Sharke, Ward; et al. (4 de junio de 2002). "Arcadia 2001: Preguntas frecuentes" . Véase la sección "Créditos y contribuciones" para consultar los autores . Recuperado el 26 de diciembre de 2023 .
- ↑ Sistema de microcomputadora industrial; Especificación del sistema, Componentes y materiales electrónicos de Philips, 1980
- ↑ Manual resumido del microprocesador Philips Serie 2650 02-1979; 9398 209 50011
- ↑ 2650B
- ↑ VALVO VA 200 Mikrocomputer im Europa-Format: VALVO Applikationslaboratorium marzo de 1978
- ↑ Emulador de interfaz de memoria 2650PC-4000 que utiliza PROM y FPLA.
Bibliografía
- Rowe, Jamieson (septiembre de 1976). "The Signetics 2650" (PDF) . Electronics Australia .
Enlaces externos
- 2650 emuladores
- Ficha de datos
- Mundo de las CPU de la familia Signetics 2650
- Instructor 50 Old-computers.com
- Sistema de desarrollo de ordenador de placa adaptable completo con monitor PipBug de 1 KiB y 512 bytes de RAM.
- El 2650 en www.cpu-museum.com (archivado)
- Placa Electronics Australia 2650 en yesterdaystechnology.com
- Signetics 2650: An IBM on a Chip retrospective at The CPUSHACK Museum (October 16, 2016)
- Zaccaria The Invaders at Museum of the Game
- A 2650 cross assembler is available from https://shop-pdp.net/index.php
- Early microcomputers
- NXP Semiconductors
- 8-bit microprocessors
- Computer-related introductions in 1975