I have a question about the details of microprogramming and hard wiring in CPU architecture.
in hardwiring, we write a code the compiler translates it to the ISA. then ISA is run in the hardware.
in microprogramming, we write a code the compiler translates it to the ISA(which is much more complicated than the ISA in hardwiring)then a device(I don't know the name) translates it to the hardware language.
am I correct?