From 0f7e1b6df3a03015eba3333353d38dcabb6677d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Tue, 24 May 2016 18:51:55 +0200 Subject: [PATCH] Added a little more to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 506bc58..96a276a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # 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).