assembly_project/FonctionEtape.asm
Yohan Boujon d9e1f2ac2d Etape 0
2023-03-13 09:48:08 +01:00

62 lines
No EOL
1.5 KiB
NASM

;***************************************************************************
THUMB
REQUIRE8
PRESERVE8
;**************************************************************************
; Fichier Vierge.asm
; Auteur : V.MAHOUT
; Date : 12/11/2013
;**************************************************************************
;***************IMPORT/EXPORT**********************************************
;**************************************************************************
;***************CONSTANTES*************************************************
include REG_UTILES.inc
;**************************************************************************
;***************VARIABLES**************************************************
AREA MesDonnees, data, readwrite
;**************************************************************************
;**************************************************************************
;***************CODE*******************************************************
AREA moncode, code, readonly
;**************************************************************************
;########################################################################
; Procédure ????
;########################################################################
;
; Paramètre entrant : ???
; Paramètre sortant : ???
; Variables globales : ???
; Registres modifiés : ???
;------------------------------------------------------------------------
;**************************************************************************
END