I'm trying to understand computer architecture and instructions set,but most of the material is rather cryptic, so I want to know:
What is the difference between RISC/CISC and x86? What instruction set do modern intel CPUs use?
I've been told that CISC instructions are translated to RISC microcode prior to execution, so what's the point of using CISC?