chti23/dossier/soft/PjtKEIL_StepSon/Src/GestionSon.s
2023-03-21 18:23:42 +01:00

30 rader
No EOL
454 B
ArmAsm

PRESERVE8
THUMB
; ====================== zone de réservation de données, ======================================
;Section RAM (read only) :
area mesdata,data,readonly
;Section RAM (read write):
area maram,data,readwrite
; ===============================================================================================
;Section ROM code (read only) :
area moncode,code,readonly
; écrire le code ici
END