SlideShare ist ein Scribd-Unternehmen logo
1 von 7
---From Jayvijay.V.Shah
K.J.Somaiya Institute Of Engineering
And Information Technology,Sion
CASE STUDY
What is a Microprocessor?
 The microprocessor, also known as the Central Processing Unit
(CPU), is the brain of all computers and many household and
electronic devices.
 A microprocessor is an electronic component that is used by a
computer to do its work. It is a central processing unit on a single
integrated circuit chip containing millions of very small
components including transistors, resistors, and diodes that work
together. Microprocessors help to do everything from writing to
searching the Web. Microprocessors carry out these instructions at
incredible speed—many millions of times a second.
 Multiple microprocessors, working together, are the "hearts" of
datacenters, super-computers, communications products, and other
digital devices.
 The first microprocessor was the Intel 4004, introduced in 1971.
The 4004 was not very
powerful; it was primarily used to perform simple mathematical
operations.
Microprocessor operation
Microprocessors use three steps commonly called Fetch, Decode, and
Execute.
 In the Fetch step, an instruction is copied from the computer
memory into the microprocessor.
 In the Decode step, the microprocessor figures out what operation
the instruction is meant to do.
 In the Execute step, this operation is performed.

Now,let’s talk something about RISC and CISC.

RISC
The Reduced Instruction Set Computer(RISC) Architecture
was discovered by John Cocke in 1974.The new architecture
design enabled computers to run much faster than
previously.
For his efforts, Cocke received the
Technology in 1991.

US National Medal of

RISC, or Reduced Instruction Set Computer. is a type of microprocessor
architecture that utilizes a small, highly-optimized set of instructions,
rather than a more specialized set of instructions which are often found
in other types of architectures
At that time, the complex instruction set computer (CISC) architecture
was the norm.The goal of the CISC design was to complete a task in as
few lines of assembly code as possible. Architects would build complex
instructions directly into the hardware—a microprocessor would come
with a specific instruction set in which each single instruction executed a
series of operations. In this design, the compiler had to do very little
work to translate a high-level language statement into assembly
language. It was later found that many small, short instructions could
compute complex instructions more efficiently. This led to a design
called Reduced Instruction Set Computing (RISC).
Cocke and his team reduced the size of the instruction set, eliminating
certain instructions that were rarely used. "He said that we wanted a
computer with a simple architecture and a set of simple instructions that
could be executed in a single machine cycle—making the resulting
machine significantly more efficient than possible with other, more
complex computer designs.
With the new design, the CPU was only able to execute a limited set of
instructions, but it could execute them much faster because the
instructions were so simple. Each task, such as fetching an instruction,
accessing memory or writing data, could be completed within a single
machine cycle, or electronic pulse; with CISC, tasks often required
multiple machine cycles, taking at least twice as long to execute a task.
• RISC architectures represent an important innovation in the area of
computer organization.
• The RISC architecture is an attempt to produce more CPU power by
simplifying the instruction set of the CPU.
• One of the main concerns of RISC designers was to maximize the
efficiency of pipelining.
Characteristics Of RISC Architecture
1. The CPU takes less silicon area to implement,and also runs faster.
2. Simple Addressing Modes.
3. Simple Instruction formats.
4. Complex Operations are executed as sequence of simple
instructions.
Advantages Of RISC Architecture
1. Less Design Complexity
2. Reducing Design Cost
3. Reducing the time between Designing And Marketing.
Disadvantages Of RISC
1. It usually leads to longer programs,which needs larger memory
space to store
2. Time Consuming
3. More Memory Access may be needed

CISC
 Stands for "Complex Instruction Set Computing." This is a
type of microprocessor design. The CISC architecture contains
a large set of computer instructions that range from very
simple to very complex and specialized. CISC are chips that
are easy to program and which make efficient use of memory.
The first PC microprocessors developed were CISC chips,
because all the instructions the processor could execute were
built into the chip.
CISC was developed to make compiler development simpler. It
shifts most of the burden of generating machine instructions
to the processor. For example, instead of having to make a
compiler write long machine instructions to calculate a
square-root, a CISC processor would have a built-in ability
to do this.
The three decisions that led to the CISC philosophy are:
Use Microcode: simple logic to control the data paths between
the various elements of the processor.
In a micro programmed system, the main processor has some
built-in memory (typically ROM) that contains groups of
microcode instructions which correspond with each machinelanguage instruction.
Since the microcode memory can be much faster than main
memory, an instruction set can be implemented in microcode
without losing much speed over a purely hard-wired
implementation.
Build rich instruction sets: By using a micro programmed
design, designers could build more functionality into each
instruction.
This design cut down on the total number of instructions
required to implement a program, so it made more efficient
use of a slow main memory.
Made the job for assembly-language programmer simpler
Build high-level instruction sets :After the programmerfriendly instruction sets were built, designers started to
build instruction sets which map directly from high-level
languages.
Because microprogram instruction sets can be written to match
the constructs of high-level languages, the compiler does not
have to be as complicated.
Allows compilers to emit fewer instructions per line of
source
 CISC tries to reduce the number of instructions for a program

Advantages of CISC
 As each instruction became more capable, fewer instructions
could be used to implement a given task. This made more
efficient use of the relatively slow main memory.
 Because microprogram instruction sets can be written to
match the constructs of high-level languages, the compiler
does not have to be as complicated.
 Memory was expensive in the early days of PCs, and CISC chips
saved memory because their programming could be fed directly
into the processor.
 Microprogramming is as easy as assembly language to
implement, and much less expensive than hardwiring a control
unit.

Disadvantages Of CISC
 As many instructions as possible could be stored in memory
with the least possible wasted space, individual instructions
could be of almost any length this means that different
instructions will take different amounts of clock time to
execute, slowing down the overall performance of the
machine.
 Many specialized instructions aren't used frequently enough
to justify their existence --- approximately 20% of the
available instructions are used in a typical program.

Weitere ähnliche Inhalte

Was ist angesagt?

Memory & the fetch decode-execute cycle
Memory & the fetch decode-execute cycleMemory & the fetch decode-execute cycle
Memory & the fetch decode-execute cycle
chantellemallia
 
Basic structure of computers
Basic structure of computersBasic structure of computers
Basic structure of computers
Kumar
 
Chapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUChapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPU
askme
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
mariolinov
 

Was ist angesagt? (20)

Risc processors
Risc processorsRisc processors
Risc processors
 
Risc and cisc
Risc and ciscRisc and cisc
Risc and cisc
 
CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)
 
Microprocessors and their Use
Microprocessors and their UseMicroprocessors and their Use
Microprocessors and their Use
 
Processor types
Processor typesProcessor types
Processor types
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessors
 
CPU
CPUCPU
CPU
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Processor organization & register organization
Processor organization & register organizationProcessor organization & register organization
Processor organization & register organization
 
RISC (reduced instruction set computer)
RISC (reduced instruction set computer)RISC (reduced instruction set computer)
RISC (reduced instruction set computer)
 
Cache memory
Cache memoryCache memory
Cache memory
 
Memory & the fetch decode-execute cycle
Memory & the fetch decode-execute cycleMemory & the fetch decode-execute cycle
Memory & the fetch decode-execute cycle
 
Difference between Single core, Dual core and Quad core Processors
Difference between Single core, Dual core and Quad core ProcessorsDifference between Single core, Dual core and Quad core Processors
Difference between Single core, Dual core and Quad core Processors
 
Classification OF Microprocessor
Classification OF MicroprocessorClassification OF Microprocessor
Classification OF Microprocessor
 
Basic structure of computers
Basic structure of computersBasic structure of computers
Basic structure of computers
 
Chapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUChapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPU
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontroller
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's Components
 
ppt
pptppt
ppt
 

Andere mochten auch

Risc cisc Difference
Risc cisc DifferenceRisc cisc Difference
Risc cisc Difference
Sehrish Asif
 
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
Barend Smit
 
Reduced instruction set computers
Reduced instruction set computersReduced instruction set computers
Reduced instruction set computers
Sanjivani Sontakke
 
Real time Operating System
Real time Operating SystemReal time Operating System
Real time Operating System
Tech_MX
 

Andere mochten auch (20)

CISC vs RISC Processor Architecture
CISC vs RISC Processor ArchitectureCISC vs RISC Processor Architecture
CISC vs RISC Processor Architecture
 
RISC AND CISC PROCESSOR
RISC AND CISC PROCESSORRISC AND CISC PROCESSOR
RISC AND CISC PROCESSOR
 
CISC & RISC Architecture
CISC & RISC Architecture CISC & RISC Architecture
CISC & RISC Architecture
 
Risc cisc Difference
Risc cisc DifferenceRisc cisc Difference
Risc cisc Difference
 
RISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van NeumannRISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van Neumann
 
X-ISCKER
X-ISCKERX-ISCKER
X-ISCKER
 
Risc vs cisc
Risc vs ciscRisc vs cisc
Risc vs cisc
 
Risc & cisk
Risc & ciskRisc & cisk
Risc & cisk
 
Class Notes NEC Summer Inst.-Day 3
Class Notes NEC Summer Inst.-Day 3Class Notes NEC Summer Inst.-Day 3
Class Notes NEC Summer Inst.-Day 3
 
A Taylor CV 2016 aat
A Taylor CV  2016 aatA Taylor CV  2016 aat
A Taylor CV 2016 aat
 
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
NEC 3(ECC3) & NEC SHORT CONTRACT (ECSC3)
 
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
What is NEC 3?, by Dr Jon Broome, 31st March 2015 copyright leadingedgeprojec...
 
An introduction to RICS Code of Measuring Practice - 6th Edition
An introduction to RICS Code of Measuring Practice - 6th EditionAn introduction to RICS Code of Measuring Practice - 6th Edition
An introduction to RICS Code of Measuring Practice - 6th Edition
 
Alignment of views_final_report
Alignment of views_final_reportAlignment of views_final_report
Alignment of views_final_report
 
Nec3 introduction
Nec3 introductionNec3 introduction
Nec3 introduction
 
Risc
RiscRisc
Risc
 
Reduced instruction set computers
Reduced instruction set computersReduced instruction set computers
Reduced instruction set computers
 
Case study of work - RICS
Case study of work - RICSCase study of work - RICS
Case study of work - RICS
 
FIDIC & Dispute Boards
FIDIC & Dispute BoardsFIDIC & Dispute Boards
FIDIC & Dispute Boards
 
Real time Operating System
Real time Operating SystemReal time Operating System
Real time Operating System
 

Ähnlich wie Risc and cisc casestudy

Question 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdfQuestion 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdf
armcomputers
 

Ähnlich wie Risc and cisc casestudy (20)

Processors used in System on chip
Processors used in System on chip Processors used in System on chip
Processors used in System on chip
 
Risc and cisc eugene clewlow
Risc and cisc   eugene clewlowRisc and cisc   eugene clewlow
Risc and cisc eugene clewlow
 
Risc and cisc eugene clewlow
Risc and cisc   eugene clewlowRisc and cisc   eugene clewlow
Risc and cisc eugene clewlow
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
CISC.pptx
CISC.pptxCISC.pptx
CISC.pptx
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdfCS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
 
R&c
R&cR&c
R&c
 
Risc and cisc
Risc and ciscRisc and cisc
Risc and cisc
 
Risc and cisc
Risc and ciscRisc and cisc
Risc and cisc
 
Risc and cisc computers
Risc and cisc computersRisc and cisc computers
Risc and cisc computers
 
Microprocessor presentation.pptx
Microprocessor presentation.pptxMicroprocessor presentation.pptx
Microprocessor presentation.pptx
 
Computer Organization.pptx
Computer Organization.pptxComputer Organization.pptx
Computer Organization.pptx
 
risc_and_cisc.ppt
risc_and_cisc.pptrisc_and_cisc.ppt
risc_and_cisc.ppt
 
Question 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdfQuestion 1. please describe an embedded system in less than 100 word.pdf
Question 1. please describe an embedded system in less than 100 word.pdf
 
Microcontroller architecture
Microcontroller architectureMicrocontroller architecture
Microcontroller architecture
 
Implementation of RISC-Based Architecture for Low power applications
Implementation of RISC-Based Architecture for Low power applicationsImplementation of RISC-Based Architecture for Low power applications
Implementation of RISC-Based Architecture for Low power applications
 
Unit I_MT2301.pdf
Unit I_MT2301.pdfUnit I_MT2301.pdf
Unit I_MT2301.pdf
 
Area Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorArea Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips Processor
 
Hg3612911294
Hg3612911294Hg3612911294
Hg3612911294
 

Kürzlich hochgeladen

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Krashi Coaching
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 

Kürzlich hochgeladen (20)

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Risc and cisc casestudy

  • 1. ---From Jayvijay.V.Shah K.J.Somaiya Institute Of Engineering And Information Technology,Sion
  • 2. CASE STUDY What is a Microprocessor?  The microprocessor, also known as the Central Processing Unit (CPU), is the brain of all computers and many household and electronic devices.  A microprocessor is an electronic component that is used by a computer to do its work. It is a central processing unit on a single integrated circuit chip containing millions of very small components including transistors, resistors, and diodes that work together. Microprocessors help to do everything from writing to searching the Web. Microprocessors carry out these instructions at incredible speed—many millions of times a second.  Multiple microprocessors, working together, are the "hearts" of datacenters, super-computers, communications products, and other digital devices.  The first microprocessor was the Intel 4004, introduced in 1971. The 4004 was not very powerful; it was primarily used to perform simple mathematical operations. Microprocessor operation Microprocessors use three steps commonly called Fetch, Decode, and Execute.  In the Fetch step, an instruction is copied from the computer memory into the microprocessor.  In the Decode step, the microprocessor figures out what operation the instruction is meant to do.
  • 3.  In the Execute step, this operation is performed. Now,let’s talk something about RISC and CISC. RISC The Reduced Instruction Set Computer(RISC) Architecture was discovered by John Cocke in 1974.The new architecture design enabled computers to run much faster than previously. For his efforts, Cocke received the Technology in 1991. US National Medal of RISC, or Reduced Instruction Set Computer. is a type of microprocessor architecture that utilizes a small, highly-optimized set of instructions, rather than a more specialized set of instructions which are often found in other types of architectures At that time, the complex instruction set computer (CISC) architecture was the norm.The goal of the CISC design was to complete a task in as few lines of assembly code as possible. Architects would build complex instructions directly into the hardware—a microprocessor would come with a specific instruction set in which each single instruction executed a series of operations. In this design, the compiler had to do very little work to translate a high-level language statement into assembly language. It was later found that many small, short instructions could compute complex instructions more efficiently. This led to a design called Reduced Instruction Set Computing (RISC). Cocke and his team reduced the size of the instruction set, eliminating certain instructions that were rarely used. "He said that we wanted a
  • 4. computer with a simple architecture and a set of simple instructions that could be executed in a single machine cycle—making the resulting machine significantly more efficient than possible with other, more complex computer designs. With the new design, the CPU was only able to execute a limited set of instructions, but it could execute them much faster because the instructions were so simple. Each task, such as fetching an instruction, accessing memory or writing data, could be completed within a single machine cycle, or electronic pulse; with CISC, tasks often required multiple machine cycles, taking at least twice as long to execute a task. • RISC architectures represent an important innovation in the area of computer organization. • The RISC architecture is an attempt to produce more CPU power by simplifying the instruction set of the CPU. • One of the main concerns of RISC designers was to maximize the efficiency of pipelining. Characteristics Of RISC Architecture 1. The CPU takes less silicon area to implement,and also runs faster. 2. Simple Addressing Modes. 3. Simple Instruction formats. 4. Complex Operations are executed as sequence of simple instructions. Advantages Of RISC Architecture 1. Less Design Complexity 2. Reducing Design Cost 3. Reducing the time between Designing And Marketing. Disadvantages Of RISC 1. It usually leads to longer programs,which needs larger memory space to store 2. Time Consuming
  • 5. 3. More Memory Access may be needed CISC  Stands for "Complex Instruction Set Computing." This is a type of microprocessor design. The CISC architecture contains a large set of computer instructions that range from very simple to very complex and specialized. CISC are chips that are easy to program and which make efficient use of memory. The first PC microprocessors developed were CISC chips, because all the instructions the processor could execute were built into the chip. CISC was developed to make compiler development simpler. It shifts most of the burden of generating machine instructions to the processor. For example, instead of having to make a compiler write long machine instructions to calculate a square-root, a CISC processor would have a built-in ability to do this. The three decisions that led to the CISC philosophy are: Use Microcode: simple logic to control the data paths between the various elements of the processor. In a micro programmed system, the main processor has some built-in memory (typically ROM) that contains groups of microcode instructions which correspond with each machinelanguage instruction. Since the microcode memory can be much faster than main memory, an instruction set can be implemented in microcode without losing much speed over a purely hard-wired implementation.
  • 6. Build rich instruction sets: By using a micro programmed design, designers could build more functionality into each instruction. This design cut down on the total number of instructions required to implement a program, so it made more efficient use of a slow main memory. Made the job for assembly-language programmer simpler Build high-level instruction sets :After the programmerfriendly instruction sets were built, designers started to build instruction sets which map directly from high-level languages. Because microprogram instruction sets can be written to match the constructs of high-level languages, the compiler does not have to be as complicated. Allows compilers to emit fewer instructions per line of source  CISC tries to reduce the number of instructions for a program Advantages of CISC  As each instruction became more capable, fewer instructions could be used to implement a given task. This made more efficient use of the relatively slow main memory.  Because microprogram instruction sets can be written to match the constructs of high-level languages, the compiler does not have to be as complicated.  Memory was expensive in the early days of PCs, and CISC chips saved memory because their programming could be fed directly into the processor.  Microprogramming is as easy as assembly language to implement, and much less expensive than hardwiring a control
  • 7. unit. Disadvantages Of CISC  As many instructions as possible could be stored in memory with the least possible wasted space, individual instructions could be of almost any length this means that different instructions will take different amounts of clock time to execute, slowing down the overall performance of the machine.  Many specialized instructions aren't used frequently enough to justify their existence --- approximately 20% of the available instructions are used in a typical program.