From 08af4bceb27bc25f23cb3d2b86c41e034355ab41 Mon Sep 17 00:00:00 2001 From: Florent Madelaine Date: Mon, 21 Nov 2022 11:55:00 +0100 Subject: [PATCH] bug programme boucle JUMP manquant --- 5ComputationAndData.md | 1 + 1 file changed, 1 insertion(+) diff --git a/5ComputationAndData.md b/5ComputationAndData.md index 22ebd06..4a473ea 100644 --- a/5ComputationAndData.md +++ b/5ComputationAndData.md @@ -237,6 +237,7 @@ LABEL 0 # le test qui va laisser une valeur 0 ou 1 en haut de la pile JUMPF 1 # saut conditionnel vers le label 1 si le test est Faux sinon continue # quelque chose +JUMP 0 LABEL 1 #La suite ```