(no title)
ochrist | 5 months ago
Doesn't the x86 chips also use microcode? There are several differences between RISC and CISC not mentioned here.
(also Sophie was called Roger at this point in time, so the article has been retconed)
ochrist | 5 months ago
Doesn't the x86 chips also use microcode? There are several differences between RISC and CISC not mentioned here.
(also Sophie was called Roger at this point in time, so the article has been retconed)
Symmetry|5 months ago
EDIT: Though later, in the Pentium era, x86 started to do simple instructions like `ADD AX, [BX]` without microcode.
monocasa|5 months ago
LarsDu88|5 months ago
I think the actual explanation is that the CISC ops are decoded to more or less the same or similar types of RISC ops, but requiring more physical hardware to do the decode, correct?
The tradeoff here being lower memory for instructions, but more silicon+transistors needed for decode hardware.