Low-level language

From InforWiki 2014
Revision as of 16:06, 14 October 2015 by Abramovichi (Talk | contribs)

Jump to: navigation, search

It's a programming language that provides little or no abstraction from a computer's instruction set architecture. Generally this refers to either machine code or assembly language. The word low refers to the small or nonexistent amount of abstraction between the language and machine language; because of this, low-level languages are sometimes described as being close to the hardware. Low-level programming languages are sometimes divided into two categories: first generation, and second generation.