6 lines
161 B
Markdown
6 lines
161 B
Markdown
# MaxValue
|
|
An assembly program that finds the maximum value of a list.
|
|
|
|
Taken from one of the GNU manuals on x86 assembly (no idea where my friend
|
|
got it from).
|