answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the advantages of complex instruction set register?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do RISC and CISC stand for?

CISC: Complex Instruction Set ComputerRISC: Reduced Instruction Set Computer


What is the full form of rics and cics?

Reduced Instruction Set Computer Complex Instruction Set Computer


Type instruction set used by CPU that has a large number of instructions?

CISC (complex instruction set computing)


What is the acronym CISC?

Complex Instruction Set Computer.


What are the features of a complex instruction set computer?

It provides more instructions than RISC (Reduced Instruction Set Computer).


What is A set of instructions that a computer can understand directly?

A binary instruction code on a register.


Advantages of Application-specific instruction-set processor?

nik omek


What are the main types of MPUs?

The two major types of MPUs are CISCs (complex instruction set computing) and RISCs (reduced instruction set computing).


What are the advantages of RISC architecture over CISC?

CISC RISC Emphasis on hardware Emphasis on software Includes multi-clockcomplex instructions Single-clock,reduced instruction only Memory-to-memory:"LOAD" and "STORE"incorporated in instructions Register to register:"LOAD" and "STORE"are independent instructions Small code sizes,high cycles per second Low cycles per second,large code sizes Transistors used for storingcomplex instructions Spends more transistorson memory registers RISC-Means Reduced Instruction Set Computer.aRiscsystem has reduced number of instructions and moreimportantly it is load store architecture werepipelining can be implemented easily.Eg.ATMEL AVRCISC-Means Complex instruction set architecure.A CISCsystem has complex instructions such as directaddition between data in two memory locations.Eg.8085Simplicity of the instruction set means that they get processed faster (less branching). You get performance improvements if the gain in speed is not offset by the necessary increase in instructions.


How many instructions are in the ARM instruction set?

There is one instruction set in the IA-32. Instruction set is the set of instruction that a processor can execute.


Why zero flag is not set in INX instruction of microprocessor 8085?

Because that is the way Intel designed the INX instruction of the 8085. The 8080 is also the same. INX increments (and DCX decrements) the 16 bit register pairs or BC, DE or HL, depending on what register pair you specify in the INX (or DCX) instruction. To check is the value is 0 after an INX (or DCX) instruction, you need to OR the values of the register pair into the A register. For example..... INX H ;increment HL register pair MOV A,H ; move H register into the accumulator ORA L ; Logical OR it with the L register JZ ADDR ; If 0 then jump to ADDR


Contrast CISC and RISC technology?

CISC RISC Emphasis on hardware Emphasis on software Includes multi-clockcomplex instructions Single-clock,reduced instruction only Memory-to-memory:"LOAD" and "STORE"incorporated in instructions Register to register:"LOAD" and "STORE"are independent instructions Small code sizes,high cycles per second Low cycles per second,large code sizes Transistors used for storingcomplex instructions Spends more transistorson memory registersRegards,Foad GodarzyNSWER: I believe a CISC processor is a 32 bit processor and a RISC is a 64 bit processor