From 4e7437175d882ea8c8c1df4e6b37bdc9b31ff012 Mon Sep 17 00:00:00 2001 From: Oussama Hannouch Date: Mon, 15 May 2023 21:25:54 +0200 Subject: [PATCH] Update 'soft/PjtKEIL_StepSon/Src/GestionSon.s' --- soft/PjtKEIL_StepSon/Src/GestionSon.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soft/PjtKEIL_StepSon/Src/GestionSon.s b/soft/PjtKEIL_StepSon/Src/GestionSon.s index 77c05d5..265af0b 100644 --- a/soft/PjtKEIL_StepSon/Src/GestionSon.s +++ b/soft/PjtKEIL_StepSon/Src/GestionSon.s @@ -29,7 +29,7 @@ Index equ 0 CallBackSon proc - ldr r0, =Index ; bjgChargement de l'adresse mémoire de la variable "Index" dans le registre r0 + ldr r0, =Index ;Chargement de l'adresse mémoire de la variable "Index" dans le registre r0 ldr r1, [r0] ; Chargement de la valeur de la variable "Index" depuis la mémoire dans le registre r1 ldr r2, =LongueurSon ; Chargement de l'adresse mémoire de la variable "LongueurSon" dans le registre r2