I have been learning about computer arcitecture. Other parts of what i learned is no problem, but i had a little of question.
The question is what the difference between instruction set architecture and instruction set is? If what i understand is right, ISA is architecture, that just defines interface between SW and HW, but not define specific implementation. and Microarchitecture has instruction set that implements ISA. so instruction set is in microarchitecture.
but I'm not sure that is right. is it right?