Jump to content

Low-level programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TakuyaMurata (talk | contribs) at 07:02, 1 March 2003 (adaptation from ja wikipedia). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


In computer science, the low-level programming language usually refers to machine language or similar languages.

"Low" does not imply the language ranks lower in any sense than high-level language.

It is usually close to the native artitecture of target machines, and able to code direct operations of microprocessors.

Assember language is sometimes called low-level language when compared with BASIC or C programming language. C programming language is occasionally called low-level language compared with Java programming language given that the ability of C to code machine dependent operations.


See also: programming language, high-level programming language