3 lines
252 B
Markdown
3 lines
252 B
Markdown
|
# Assembly language
|
||
|
|
||
|
An assembly language is an extremely low-level programming language that has a 1-to-1 correspondence to machine code — the series of binary instructions which move values in and out of registers in a CPU (or other microprocessor)
|