Go to file
2016-05-30 04:03:04 +02:00
.gitignore Added bin to .gitignore. 2016-05-30 04:03:04 +02:00
LICENSE Initial commit 2016-05-24 18:49:24 +02:00
MaxValue.asm Added source file. 2016-05-24 18:49:59 +02:00
README.md Added a little more to README.md 2016-05-24 18:51:55 +02:00

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).