Is assembly code and machine code part of the architecture?
14:14 16 Dec 2022

Is assembly code and machine code specified by the architecture?
I know that how you implement the architecture is up to you (the microarchitecture can implement the architecture), but I don't understand whether the assembly or machine code is specified by the architecture.

assembly cpu-architecture machine-code instruction-set micro-architecture