Neha Patil (Editor)

MPT8080

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Date invented
  
1977 (1977)

Manufacturer
  
Limrose Electronics

Processor
  
Intel 8080A

Invented by
  
Dr. Ravi Raizada

Type
  
Microprocessor trainer


Introduced
  
1977; 40 years ago (1977)

The MPT8080 "Microtutor" is a microprocessor trainer based on the Intel 8080 processor, developed by Limrose Electronics. It was designed in the mid-1970s to assist in the understanding of the then-new microprocessors.

Contents

Users of the MPT8080 enter assembly language programs via binary switches or a hexadecimal keypad. While the code executes, the user can observe what is happening on the address, data, and control signals of the microprocessor. The MPT8080 acts like a simulator, in that code can be stepped through one instruction—or each cycle of each individual instruction—at a time to observe what is happening.

The MPT8080 has simple input and output, consisting of eight LEDs and eight switches. The input port allows code to sense the state of external switches, whilst the output port can display information on one of its eight LEDs. The input and outputs port also have connectors, allowing them to be connected to external signals through accessory patch kits, allowing the MPT8080 to control and monitor other circuitry.

History

Initially, a Motorola 6800-based trainer was developed alongside the Intel 8080–based model, but due to technical and operational issues the 6800 trainer was abandoned.

As recently as 2012, the MPT8080 remained in academic use at King's College London, as part of a course in practical physics. As of 2011, the MPT8080 was still available for sale.

MPT8080 Version 1

The initial version of the MPT8080 was designed by Dr. Ravi Raizada, the chief executive officer of Limrose Electronics. It was first marketed in 1977.

Details of version 1 of the microtutor are included in the book : Small Systems Computer Sourcebook, author: J C Boonham

This version used eight binary switches and a load button for program entry.

MPT8080 Version 2

The second version of the MPT8080, introduced around 1980, replaced the binary switch input with a 16-key hexadecimal keypad. Although more than half of the trainer's circuitry was redesigned for this version, it remained compatible with the first version. A trace mode was added to allow single-cycle execution as well as machine cycles; this allowed the user to quickly step through code until reaching the portion of the program in which the user was interested. Latest UK price £495+vat (source: Limrose U.K.Price List 1st Sept 2010).

Operating the MPT8080

Programs are entered in the MPT8080 in data entry mode ("MMLE"). Each byte of the program is entered, either by toggling the binary switches and pressing the load button, or by entering the byte on the hexadecimal keypad. The program can then be executed.

The program can control the eight output port lines, turning the associated LEDs on or off.

By selecting single-step and single-cycle mode and stepping through a program with the step button, the user can see exactly what happens during every instruction cycle, observing the program counter, data bus and control signals on their corresponding LEDs.

By selecting single-instruction mode, rather than single-cycle mode, each press of the step button will execute a complete instruction, rather than a single cycle. This is useful for quickly advancing to a specific address.

The input/output ports can be used to read external signals and drive output devices like motors and buzzers with little or no additional hardware.

The system is programmed directly in 8080 machine code:

Address Code Instruction Comments 0000 DB 00 IN 0 Read from switches 0002 D3 00 OUT 0 write to LEDs 0004 C3 00 00 JMP 0 return to start of code

References

MPT8080 Wikipedia