Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - English (Wordnet), )
assembly language
Jump to user comments
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.