use32org0x0db'MENUET01'; 8 byte id dd38; required os ddSTARTAPP; program start ddI_END; program image size dd0x1000000; required amount of memory dd0x1000000; stack heap ddapp_pathdd0x0include'../../../proc32.inc'include'../../../macros.inc'include'../../../dll.inc'PATH_MAX_CHARSequ255STARTAPP:; Initialize memory mcall68,11oreax,eaxjzclose_app;Import libraries stdcalldll.Load,importTabletesteax,eaxjnzclose_appinvokeini_get_int,aIni,aMain,aButton,0movecx,eaxmcall48,1invokeini_get_int,aIni,aMain,aBg,0cmpeax,1jnzset_bgset_program:invokeini_get_str,aIni,aMain,aProgram,sz_buffer,PATH_MAX_CHARS,0invokeini_get_str,aIni,aMain,aParam,sz_param,PATH_MAX_CHARS,0stdcallRunProgram,sz_buffer,sz_paramjmpset_skinset_bg:invokeini_get_str,aIni,aMain,aWallpaper,sz_param,PATH_MAX_CHARS,0movbyte[sz_buffer+0],'\'movbyte[sz_buffer+1],'S'movbyte[sz_buffer+2],'_'movbyte[sz_buffer+3],'_'movedi,0@@:movah,byte[sz_param+edi]movbyte[sz_buffer+edi+4],ahincedicmpbyte[sz_param+edi],0jne@bmovbyte[sz_buffer+edi+4],0mcall70,is_kivset_skin:invokeini_get_str,aIni,aMain,aSkin,sz_param,PATH_MAX_CHARS,0mcall48,8,sz_paramclose_app:mcall-1procRunProgramstdcall,app_path:dword,app_param:dwordpushamovdword[InfoStructure],7; run program movdword[InfoStructure+4],0; flags moveax,[app_param]movdword[InfoStructure+8],eax; pointer to the parametrs movdword[InfoStructure+12],0; reserved movdword[InfoStructure+16],0; reserved movdword[InfoStructure+20],0; reserved moveax,[app_path]movdword[InfoStructure+21],eax; pointer to the file name mcall70,InfoStructurepoparetendpalign16importTable:library\libini,'libini.obj'importlibini,\ini_get_str,'ini_get_str',\ini_set_str,'ini_set_str',\ini_get_int,'ini_get_int',\ini_set_int,'ini_set_int'InfoStructure:dd0x0; subfunction number dd0x0; position in the file in bytes dd0x0; upper part of the position address dd0x0; number of bytes to read dd0x0; pointer to the buffer to write data db0dd0; pointer to the filename aInidb'/rd/1/settings/eskin.ini',0aMaindb'main',0aBgdb'bg',0aButtondb'3d',0aSkindb'skin',0aWallpaperdb'wallpaper',0aProgram