CISC / RISC / EPIC
Classification of Microprocessors 1. CISC Processors: CISC is known as Complex Instruction Set Computer . The CISC approach attempts to minimize the number of instructions per program, sacrificing the number of cycles per instruction. Computers based on the CISC architecture are designed to decrease the memory cost . The number of instructions per program can be reduced by embedding the number of operations in a single instruction, thereby making the instructions more complex. For example, MUL(Multiply) . It performs operations such as load from memory, an arithmetic operation and a memory store all in single instruction. Example: IBM 370/168, Intel 80486 etc. Advantages: a. Microprogramming is as easy as assembly language to implement and much less expensive than hardwiring a control circuit. b. Fewer instructions are needed to implement a particular computing task, which led to lower memory...