Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 3.92 KB

File metadata and controls

31 lines (29 loc) · 3.92 KB

holbertonschool-low_level_programming

A low-level programming language is 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. Because of the low (hence the word) abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable ... see also