Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is reduced instruction set computer?

Status
Not open for further replies.

dtparekh

Member level 1
Joined
Nov 6, 2004
Messages
38
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
India
Activity points
313
what is reduced instruction set computer?

We are trying to make reduced instuction set 8085 microprocessor in VHDL so where we will get information about RISC and internals of 8085?
Can anybody tell the Concept in Detail ?
 

RISC processors are Reduced instruction set computers, these are micro processors which had limited no. of instructions and then n here execution of one instruction takes only one machine cycle and more over there is not much of hardware complexity.. a application specific processor falls in this section of RISC processors.

An ARM processor is an example of a typical RISC processor.

If u can get the architecture of an ARM processor and the data sheets it wud surely help u understand the concept of RISC processors

with regards,
 

jumps or gotos can take 2 cycles
other instructions 1 cycle
 

RISC
(Reduced Instruction Set Computer) A computer architecture that reduces chip complexity by using simpler instructions. RISC compilers have to generate software routines to perform complex instructions that were previously done in hardware by CISC computers. In RISC, the microcode layer and associated overhead is eliminated.

RISC keeps instruction size constant, bans the indirect addressing mode and retains only those instructions that can be overlapped and made to execute in one machine cycle or less. The RISC chip is faster than its CISC counterpart and is designed and built more economically.

***...h***p://www.answers.com/main/ntquery?method=4&dsid=2222&dekey=RISC&gwp=8&curtab=2222_1***

u can get lot of information from this site....
 

although it is thought that reducing the size of the instruction set is a good thing but take a look at the following article

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top