Machine code
Machine code is the processor-specific encoding of instructions that a CPU executes directly. Its instruction formats and operations are defined by the processor’s instruction set architecture.
Linked from 29 pages
MicrocontrollerRelated: A microcontroller ultimately runs firmware as machine-code instructions.
Source codeCompared with: It is a low-level executable form often produced by compiling source code.
Just-in-time compilationNarrower topic: A JIT ultimately emits machine code for the running program.
Computer programBroader topic: A processor directly executes machine-code programs.