Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Architecture and Organization - Processor Architecture and Microprogramming - Lecture Slides, Slides of Microprocessor and Assembly Language Programming

During the course of work of the microprogramming, we learn the core of the programming. The main points disucss in these lecture slides are:Architecture and Organization, Code Compatibility, Structure

Typology: Slides

2012/2013

Uploaded on 04/24/2013

banani
banani 🇮🇳

4.3

(3)

91 documents

1 / 15

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Chapter 1
Introduction
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download Architecture and Organization - Processor Architecture and Microprogramming - Lecture Slides and more Slides Microprocessor and Assembly Language Programming in PDF only on Docsity!

Chapter 1 Introduction

Architecture & Organization 1

  • Architecture is those attributes visible to the programmer —Instruction set, number of bits used for data representation, I/O mechanisms, addressing techniques. —e.g. Is there a multiply instruction?
  • Organization is how features are implemented —Control signals, interfaces, memory technology. —e.g. Is there a hardware multiply unit or is it done by repeated addition?

Structure & Function

  • Structure is the way in which components relate to each other
  • Function is the operation of individual components as part of the structure

Function

  • All computer functions are: —Data processing —Data storage —Data movement —Control

Operations (1) Data movement

Operations (2) Storage

Operation (4) Processing from storage to I/O

Structure - Top Level

Computer

Main Memory

Input Output

Systems Interconnection

Peripherals

Communication lines

Central Processing Unit

Computer

Structure - The Control Unit

CPU

Control Memory

Control Unit Registers and Decoders

Sequencing Login ControlUnit

ALU

Registers

InternalBus

Control Unit

Outline of the Book (1)

  • Computer Evolution and Performance
  • Computer Interconnection Structures
  • Internal Memory
  • External Memory
  • Input/Output
  • Operating Systems Support
  • Computer Arithmetic
  • Instruction Sets