Presentation RISC Vs CISC
Presentation RISC Vs CISC
RISC vs CISC
Group Members:
ÞManzoor Ahmed
ÞWazir Mohammad
ÞKashif Manzoor
ISA
ISA stands for Instruction Set Architecture. The term
Instruction Set Architecture is used in many different
ways. It is the actual set of instructions that programmers
can see, the glue that ties the hardware and software
together.
◦ Only 2 operands,
so the destination is also one of the sources
add $s1, $s0 # s1=s1+s0
2. only LOADs, STOREs 2. any instn. may access memory access memory
RISC instructions:
LOAD A, <addr1>
LOAD B, <addr2>
MUL A, B
STORE <addr1>
12
complex instruction set computers (CISC)
a variety of instructions that may perform very complex tasks
Thank You.