diff --git a/.gitmodules b/.gitmodules index 7355856..bc0897b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "Shared_Includes"] branch = main path = Shared_Includes - url = https://github.com/Tolik-Trek/Shared_Includes.git + url = ../Shared_Includes.git diff --git a/mhmt b/Bin/mhmt old mode 100755 new mode 100644 similarity index 100% rename from mhmt rename to Bin/mhmt diff --git a/Bin/mhmt.exe b/Bin/mhmt.exe new file mode 100644 index 0000000..b1592c7 Binary files /dev/null and b/Bin/mhmt.exe differ diff --git a/RUN/Build.bat b/RUN/Build.bat new file mode 100644 index 0000000..49aea22 --- /dev/null +++ b/RUN/Build.bat @@ -0,0 +1,9 @@ +del .\build\fmain.bin +del .\build\format.hrs +sjasmplus.exe --nologo -Wall --syntax=afw --msg=war --color=on --lst=./build/fmain.lst --raw=./build/fmain.bin ./fmain.asm +@echo FMain compilation DONE +mhmt.exe -hst -zxh .\build\fmain.bin .\build\format.hrs +@echo Packing fmain.bin DONE +@echo Main compilation starts +sjasmplus.exe --nologo -Wall --syntax=afw --msg=war --color=on --lst=./build/main.lst --raw=./build/fformat\fformat.exe ./main.asm +@echo Main compilation DONE \ No newline at end of file diff --git a/Build.sh b/RUN/Build.sh old mode 100755 new mode 100644 similarity index 100% rename from Build.sh rename to RUN/Build.sh diff --git a/Shared_Includes b/Shared_Includes index e1dc7ec..d2ba40c 160000 --- a/Shared_Includes +++ b/Shared_Includes @@ -1 +1 @@ -Subproject commit e1dc7ec10dc9c7e9153a05884e42973a57378a63 +Subproject commit d2ba40c4620459681fdc5eb8d4cadcb50eb79aa8