8088/86 general instruction format doubt

Status
Not open for further replies.

DEV123

Member level 2
Joined
Feb 28, 2009
Messages
44
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,583
Hi friends,
Generally any opcode for 8088/86 is having a 6 bit field in instruction format. But 6 bits corresponds to 2^6 = 64 combinations and only max 64 instructions are possible. But already there are 117 instructions for 8086. How is it possible?

Can Anyone explain?

-Devanand T
 

I think you mean 'CISC' and 'RISC'. These refer to two ways of designing an instruction set for a computers processor or CPU. CISC is Complex Instruction Set Computer. This is how computers all used to be designed. This produced a complex chip. Early chips like Intel 8088/86 and Motorola 68000 were designed in this way.

RISC stands for Reduced Instruction Set Computer. On these chips, the instruction set is paired down to the absolute minimum needed, and complex operations are performed with multiple instructions.
 


Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…