Glossary:Assembler

Assembly code or assembler is a direct one-to-one representation of the fundamental binary instructions used by a computer, in human-readable form. Instruction codes are written as mnemonics such as ADD and MOV, and storage locations holding the data are given names chosen by the programmer.