Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by Bima123 to version by Rschen7754. False positive? Report it. Thanks, ClueBot NG. (0) (Bot) |
mNo edit summary Tag: repeating characters |
||
Line 1:
{{Unreferenced|date=December 2009}}
In [[computer science]], a '''low-level programming language''' is a [[programming language]] that provides little or no [[Abstraction (computer
Low-level languages can be converted to machine code without using a compiler or interpreter, and the resulting code runs directly on the processor. A program written in a low-level language can be made to run very quickly, and with a very small memory footprint; an equivalent program in a high-level language will be more heavyweight. Low-level languages are simple, but are considered difficult to use, due to the numerous technical details which must be remembered.
Line 9:
==Machine code==
[[Machine
Example: A function in 32-bit [[x86]] machine code to calculate the ''n''th [[Fibonacci number]]:
|