Difference between revisions of "Low-level language"

From InforWiki 2014
Jump to: navigation, search
(Created page with "It's a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to proces...")
(No difference)

Revision as of 16:05, 14 October 2015

It's a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to processor instructions. 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.