From 77eac01f610f1c013c4966293c937a143250c909 Mon Sep 17 00:00:00 2001 From: Oussama Hannouch Date: Mon, 15 May 2023 21:25:35 +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 048a580..77c05d5 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 ; bjgChargement 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