Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

RISC vs. CISC processors?

Status
Not open for further replies.

lebevti

Member
for what types of applications is each type of processor used and why?

are PIC's a kind of RISC processor?

are RISC processors phasing out CISC processors?

what are the strenghts and weaknesses of each?

Thanks.
 
Who cares, they both work. RISC is just at a simpler level that compilers make complex.

Mike.
 

And the two lines from that link that makes the rest nearly pointless is

RISC and CISC architectures are becoming more and more alike. Many of today's RISC chips support just as many instructions as yesterday's CISC chips.

The CISC vs RISC thing really only made sense at the bleeding edge of processing speed. With fewer and less complex instructions you could clock the RISC CPU faster, and with luck, overcome the need for more instructions, in theory out preforming the slower more complex RISC machine.
 
I always wanted to build a super-reduced instruction set micro. It appeals to my sense of "minimalism".

All a micro really needs are two instructions;
* bit test, if bit set/clear goto X
* bit set/clear
(assuming the bit test and bit set/clear can be applied to both RAM and port pins)

Everything else can be done with those two instructions...
 
Status
Not open for further replies.
Back
Top