diff --git a/programs/build_all.bat b/programs/build_all.bat index 3efe76539..284e76f1f 100644 --- a/programs/build_all.bat +++ b/programs/build_all.bat @@ -63,7 +63,7 @@ fasm system\cpu\cpu.asm %BIN%\cpu fasm system\cpuid\trunk\cpuid.asm %BIN%\cpuid fasm system\skincfg\skincfg.asm %BIN%\skincfg fasm system\docpack\docpack.asm %BIN%\docpack -fasm system\end\trunk\end.asm %BIN%\end +fasm system\end\end.asm %BIN%\end fasm system\gmon\gmon.asm %BIN%\gmon fasm system\icon\icon.asm %BIN%\icon fasm system\kbd\trunk\kbd.ASM %BIN%\kbd diff --git a/programs/system/end/trunk/Tupfile.lua b/programs/system/end/Tupfile.lua similarity index 100% rename from programs/system/end/trunk/Tupfile.lua rename to programs/system/end/Tupfile.lua diff --git a/programs/system/end/trunk/back.raw b/programs/system/end/back.raw similarity index 100% rename from programs/system/end/trunk/back.raw rename to programs/system/end/back.raw diff --git a/programs/system/end/trunk/build.bat b/programs/system/end/build.bat similarity index 100% rename from programs/system/end/trunk/build.bat rename to programs/system/end/build.bat diff --git a/programs/system/end/trunk/end.asm b/programs/system/end/end.asm similarity index 95% rename from programs/system/end/trunk/end.asm rename to programs/system/end/end.asm index 35b253104..14f3fdc08 100644 --- a/programs/system/end/trunk/end.asm +++ b/programs/system/end/end.asm @@ -1,3 +1,6 @@ +; SPDX-License-Identifier: NOASSERTION +; + ; ; END ; @@ -7,7 +10,7 @@ ; ; 15.02.2007 merge old END with new one (fron Veliant & Leency) by Heavyiron -include "..\..\..\macros.inc" +include "..\..\macros.inc" meos_app_start code @@ -43,7 +46,7 @@ draw: xor edx, edx mcall - + mov al,8 mcall ,58 shl 16 + 32,59 shl 16 + 34, 1 shl 30 + 1 inc edx @@ -55,7 +58,7 @@ draw: inc edx mcall ,144 shl 16 + 43 - mov al,12 ;end of redraw + mov al,12 ;end of redraw mov ebx,2 mcall