assembly_project/Lumiere.asm
2023-03-16 12:12:06 +01:00

34 lines
No EOL
1 KiB
NASM

;***************************************************************************
THUMB
REQUIRE8
PRESERVE8
;**************************************************************************
; Lumiere.asm
; Auteur : Yohan Boujon et Simon Paris
; Date : 16/03/2023
;**************************************************************************
;***************IMPORT/EXPORT**********************************************
;**************************************************************************
;***************CONSTANTES*************************************************
include REG_UTILES.inc
;**************************************************************************
;***************VARIABLES**************************************************
AREA MesDonnees, data, readwrite
;**************************************************************************
;***************CODE*******************************************************
AREA moncode, code, readonly
;**************************************************************************
END