assembly language
fundamental programming language which is parallel to machine language | ||||
Search Dictionary:
Assembly language definition was found in categories: Computer & Internet(2) Language, Idioms & Slang(2) Science & Technology(3) Encyclopedia(1)
Assembly language Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
Assembly Language
<language, robotics> (AL) A language for industrial robots developed at Stanford University in the 1970s.
["The AL Language for an Intelligent Robot", T. Binford in Langages et Methods de Programation des Robots Industriels, pp. 73-88, IRIA Press 1979].
[
<language, robotics> (AL) A language for industrial robots developed at Stanford University in the 1970s.
["The AL Language for an Intelligent Robot", T. Binford in Langages et Methods de Programation des Robots Industriels, pp. 73-88, IRIA Press 1979].
[
assembly language
<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 mach
| Internet Glossary |
Assembly language
A programming language that is once removed from a computer's machine language. Machine languages consist entirely of numbers and are almost impossible for humans to read and write. Assembly languages have the same structure and set of commands as machine languages, but they enable a programmer to use names instead of numbers.
Each type of CPU has its own machine language and assembly language, so an assembly language program written for one type of CPU won’t run on another. In the early days of programming, all programs were written in assembly language. Now, most programs are written in a high-level language such as FORTRAN or C. Programmers still use assembly language when speed is essential or when they need to perform an operation that isn't possible in a high-level language.
A programming language that is once removed from a computer's machine language. Machine languages consist entirely of numbers and are almost impossible for humans to read and write. Assembly languages have the same structure and set of commands as machine languages, but they enable a programmer to use names instead of numbers.
Each type of CPU has its own machine language and assembly language, so an assembly language program written for one type of CPU won’t run on another. In the early days of programming, all programs were written in assembly language. Now, most programs are written in a high-level language such as FORTRAN or C. Programmers still use assembly language when speed is essential or when they need to perform an operation that isn't possible in a high-level language.
Assembly language Definition from Language, Idioms & Slang Dictionaries & Glossaries
| WordNet 2.0 |
assembly language
Noun
1. a low-level programing language; close approximation to machine language
(hypernym) programming language, programing language
Noun
1. a low-level programing language; close approximation to machine language
(hypernym) programming language, programing language
| hEnglish - advanced version |
assembly language
assembly language
n : a low-level programing language; close approximation to machine language
assembly language
n : a low-level programing language; close approximation to machine language
Assembly language Definition from Science & Technology Dictionaries & Glossaries
| Telecommunication Standard Terms |
assembly language
A computer-oriented language (a) in which instructions are symbolic and usually in one-to-one correspondence with sets of machine language instructions and (b) that may provide other facilities, such as the use of macro instructions. (188 ) Synonym computer-dependent language.
A computer-oriented language (a) in which instructions are symbolic and usually in one-to-one correspondence with sets of machine language instructions and (b) that may provide other facilities, such as the use of macro instructions. (188 ) Synonym computer-dependent language.
| Technical English by wpv |
Assembly Language
A machine oriented language in which mnemonics are used to represent each machine language instruction. Each CPU has its own specific assembly language.
A machine oriented language in which mnemonics are used to represent each machine language instruction. Each CPU has its own specific assembly language.
| RF Electronics |
Assembly Language
A low-level machine language, made up of 0s and 1s.
A low-level machine language, made up of 0s and 1s.
Assembly language Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Assembly language
See the terminology section, below, regarding inconsistent use of the terms assembly and assembler.
An assembly language is a low-level language for programming computers. It implements a symbolic representation of the numeric machine codes and other constants needed to program a particular CPU architecture. This representation is usually defined by the hardware manufacturer, and is based on abbreviations (called mnemonics) that help the programmer remember individual instructions, registers, etc. An assembly language is thus specific to a certain physical or virtual computer architecture (as opposed to most high-level languages, which are portable).
| See more at Wikipedia.org... |
