From 187cefcd63569acd5d6f4e43f4fba57ca088c50d Mon Sep 17 00:00:00 2001 From: Guillaume Geoffroy Date: Mon, 18 Dec 2023 16:26:10 +0100 Subject: [PATCH] Update minimum-wrong.s --- tp/tp-debug-x86-64/minimum-wrong.s | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tp/tp-debug-x86-64/minimum-wrong.s b/tp/tp-debug-x86-64/minimum-wrong.s index 317d60a..591ea1c 100644 --- a/tp/tp-debug-x86-64/minimum-wrong.s +++ b/tp/tp-debug-x86-64/minimum-wrong.s @@ -1,4 +1,7 @@ - .file "min.c" +; Ce programme devrait calculer et afficher la valeur minimale du tableau +; { 1, 5, 5, 6, 3, -1, 4, 37, -73, 0 } + +.file "min.c" .text .globl min .type min, @function