assembly_project/Lumiere.asm

35 lines
No EOL
1 KiB
NASM

; Language: Assembly
;***************************************************************************
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