From 7f0a10b1cd02166153463cd3ae3ac36a6c52f924 Mon Sep 17 00:00:00 2001 From: Oussama Hannouch Date: Mon, 15 May 2023 21:26:08 +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 265af0b..048a580 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 ;Chargement 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