grpC_MATON_OLOUGOUNA/soft/PjtKEIL_StepSon/Src/GestionSon.s
2023-03-24 18:11:59 +01:00

37 lines
No EOL
579 B
ArmAsm

PRESERVE8
THUMB
include Driver/DriverJeuLaser.inc
; ====================== zone de réservation de données, ======================================
;Section RAM (read only) :
area mesdata,data,readonly
;Section RAM (read write):
area maram,data,readwrite
SortieSon dcw 0
Index dcw 0
; ===============================================================================================
;Section ROM code (read only) :
area moncode,code,readonly
; écrire le code ici
EXPORT CallbackSon
CallbackSon proc
push {lr}
pop {pc}
endp
END