processor simulator - computer archetecture

7

Click here to load reader

Upload: omair-imtiaz

Post on 06-Jul-2015

126 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Processor simulator - Computer Archetecture

A UI view of Processor Architecture

Page 2: Processor simulator - Computer Archetecture

Misbah Ur Rehaman Maha Midhat Usama Imran Omair Imtiaz

Page 3: Processor simulator - Computer Archetecture

Processor Simulator allows you to view a simulation of a processor's internal circuits (components and buses) executing a piece of assembly code, as an animation.

Processor Simulator is basically java Application(Simulator) in which we can show the different type of process of processor .

Processor Simulator contains a number of pre-made MIPS data paths, from very simple - incrementing the PC and fetching an instruction.

Page 4: Processor simulator - Computer Archetecture

MIPS Architecture MIPS assembly language Main Structure Panels of Project Register Panel Instruction Memory Panel Control Panel Code Editor

Page 5: Processor simulator - Computer Archetecture
Page 6: Processor simulator - Computer Archetecture
Page 7: Processor simulator - Computer Archetecture

Using this simulator, we see the all instructions which are executed and fetched in processor, we see that each and every step of execution in processor. Using assembly language we can perform some specific task. This simulator shows the actual mechanism of processor. Which will help you to see the instructions passes through the various parts of the processor.Ex:Buffer ,Memory etc.