Assembly language

язык ассемблера смотри assembler

Англо-русский словарь компьютерных терминов

Assembly language

noun a programming language that consists of instructions that are mnemonic codes for corresponding machine language instructions

Merriam-Webster's Collegiate Dictionary

Assembly language

(AL) A language for industrial robots developed at Stanford University in the 1970s.

Free Online Dictionary of Computing

Assembly language

(Or "assembly code") A symbolic representation of the machine language of a specific processor. Assembly language is converted to machine code by an assembler. Usually, each line of assembly code produces one machine instruction, though the use of macros is common. Programming in assembly language is slow and error-prone but is the only way to squeeze every last bit of performance out of the hardware. Filename extension: .s (Unix), .asm (CP/M and others). See also second generation language.

Free Online Dictionary of Computing