assembly language
RU: язык ассемблера
A low-level programming language that uses human-readable mnemonics (like ADD, MOV, JMP) as a thin, one-to-one wrapper over a CPU's machine-code instruction set. Each assembly instruction corresponds to exactly one machine instruction. Assembly code is CPU-specific: x86-64 assembly cannot run on an ARM CPU without being rewritten.