The U880 CPU within the Robotron 1715

Slides:



Advertisements
Similar presentations
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
Advertisements

Microprocessors. Microprocessor Buses Address Bus Address Bus One way street over which microprocessor sends an address code to memory or other external.
1 Engineering Problem Solving With C++ An Object Based Approach Fundamental Concepts Chapter 1 Engineering Problem Solving.
System Unit By Sam Gibbs. System Unit The main part of a personal computer Includes a chassis, microprocessor, main memory, bus, and ports Does not include.
Computer Hardware.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Chapter 1 Microprocessor-based systems EE314 Microprocessor Systems Based on "An Introduction to the Intel Family of Microprocessors" by James L. Antonakos.
Microcontroller based system design
6. The CPU and Memory Chapt. 7.
CPU Registers PC Arith Logic Unit Bus Interface I/O Bridge System bus Memory bus Main Memory USB Controller Graphics Adapter Disk Controller I/O Bus Mouse.
C.S. Choy95 COMPUTER ORGANIZATION Logic Design Skill to design digital components JAVA Language Skill to program a computer Computer Organization Skill.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Introduction to Computing: Lecture 4
Lecture 8 Presented By Dr. Shazzad Hosain Asst. Prof. EECS, NSU.
Organization of a computer: The motherboard and its components.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
1 nd Semester Module1 Introduction to Computer and Programming Thanawin Rakthanmanon Create by: Aphirak Jansang Computer.
The KC-85 and the U880 Team members: Nadine Spörl Angela Roggan Martin Burkard Alexander Becker.
ECE 103 Engineering Programming Chapter 5 Programming Languages Herbert G. Mayer, PSU CS Status 6/19/2015 Initial content copied verbatim from ECE 103.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
ECE 265 – LECTURE 3 68HC11 Address Space, Memory, Registers, and data transfers 3/29/ ECE265.
Computer Organization & Assembly Language © by DR. M. Amer.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
BMOW is a Custom CPU Design Like your PC’s Pentium, but much simpler Closest cousin is the MOS 6502 used in the Apple II, C-64, and Atari VCS =
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Academic PowerPoint Computer System – Architecture.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
CPU/BIOS/BUS CES Industries, Inc. Lesson 8.  Brain of the computer  It is a “Logical Child, that is brain dead”  It can only run programs, and follow.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Lecture 5: Register Transfer & Micro-OpsOverview1.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
The Principle and Application of Microcontrollers
Lec. 10 Assembly Programming Dr. Tamer Samy Gaafar Microprocessors.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
BITS Pilani Pilani Campus Pawan Sharma ES C263 Microprocessor Programming and Interfacing.
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
1 Contents: 3.1 Instruction format and Addressing Modes 3.2 Instruction Introduction Chapter 3 Instruction system.
Primary Storage The Triplets – ROM & RAM & Cache.
Computer Architecture 1 CPU IAS (The computer’s main memory) Store (e.g. Disk, DVD) Input/output Interfaces Clock Bus Keyboard, printer, mouse monitor,
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computing Science Computer Structure: Lesson 1: Processor Structure
Programmable System on Chip
Lecture 2 Programming of 8086 Лектор: Люличева И.А. 1.
ECE 103 Engineering Programming Chapter 5 Programming Languages
Engineering Problem Solving With C An Object Based Approach
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
Computer Organization & Assembly Language Chapter 3
Lecture on Microcomputer
CPU & its Components CPU stands for central Processing Unit
CS703 - Advanced Operating Systems
Computer Organization & Assembly language
General Architecture of Digital Computer
Computer Architecture
The Triplets – ROM & RAM & Cache
Number Representations and Basic Processor Architecture
المحور 3 : العمليات الأساسية والمفاهيم
instructor Sami Aleswi Faculty of Computing and Information Technology
مقدمة في علوم الحاسوب.
Basic Computer Organization
ADDRESSING MODES AND INSTRUCTION SET
Computer Hardware Computer Technology Jeopardy Review
Computer Architecture
Components of a CPU AS Computing - F451.
INTRODUCTION TO COMPUTERS
Basic components Instruction processing
Computer Electronic device Accepts data - input
4. Computer system.
Presentation transcript:

The U880 CPU within the Robotron 1715 A PROJECT BY Johannes Jähn Michael Riedl Florian Leithäuser Gerd Utecht For Prof. Dr. Abzug, CS350, 12/08/1998

The U880 CPU within the Robotron 1715 Personal Computer Build from by Most common OS’s Size (WxDxH) in cm Weight Kg Languages PC1715, 1715W 1985 to 1990 VEB Büromaschinenwerke Sömmerda SCP 3.2, CP/A, BROS, JAMP 50 x 40 x 14 12,8 Basic, Pascal, Assembler, Fortran

The U880 CPU within the Robotron 1715 Clock Speed Registers RAM ROM Interfaces Resolution FDDs etc. Kind of Case Keyboard UA880 4 MHz 8 bit 64 KB (Max. 256 KB) 2 KB Keyboard, Monitor, V.24, 2 x FDD slots, Printer Text: 64 x 16 or 80 x 24 2 x 5,25" FDD, @ 720 KB Desktop with FDD, separate monitor & keyboard QWERTY, separate number block, 98 keys 15 Function keys

The U880 CPU within the Robotron 1715 Instruction Set: 131 native instructions 177 additional instructions 1, 2, 4, 8 & 16 bit instructions all common shift operations ( logical, arithmetical, circular) based on Z80 instructions but not compatibale

The U880 CPU within the Robotron 1715

The U880 CPU within the Robotron 1715

The U880 CPU within the Robotron 1715

The U880 CPU within the Robotron 1715 Addressing Modes: Direct Mode Immediate Mode Indexed Mode Indirect Mode

The U880 CPU within the Robotron 1715

The U880 CPU within the Robotron 1715 The Memory Organization A) 64k version Addressing from 0000 - FFFF + external 2k ROM + 2k Interlace Refresh Memory B) 256k version Addressing from 00000 - 3FFFF

The U880 CPU within the Robotron 1715 THANK YOU! Please download our presentation and term paper at http://www.riedl.com/cs350.zip