Low-level programming language – link to Fibonacci

It is not possible to add the new link because it would replace an existing, longer link.

Line 8: Line 8:
Although few programs are written in machine languages, programmers often become adept at reading it through working with [[core dump]]s or debugging from the front panel.
Although few programs are written in machine languages, programmers often become adept at reading it through working with [[core dump]]s or debugging from the front panel.


Example of a function in hexadecimal representation of [[x86-64]] machine code to calculate the ''n''th [[Fibonacci number]], with each line corresponding to one instruction:
Example of a function in hexadecimal representation of [[x86-64]] machine code to calculate the ''n''th [[Fibonacci]] number, with each line corresponding to one instruction:
89 f8
89 f8
85 ff
85 ff