;*************************************************************************** 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