From ec748f630cad49ced5bdaabddeee356e84890b19 Mon Sep 17 00:00:00 2001 From: Tolik <85737314+Tolik-Trek@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:31:46 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20HELP=20=D0=B2?= =?UTF-8?q?=20SHELL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SHELL/Messages/main_txt.asm | 12 ++++++------ SHELL/build.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SHELL/Messages/main_txt.asm b/SHELL/Messages/main_txt.asm index f274f7d..c9c7b0c 100644 --- a/SHELL/Messages/main_txt.asm +++ b/SHELL/Messages/main_txt.asm @@ -50,11 +50,12 @@ MAIN_MSG: stN .DIR_2_ : db "\r\n %3 File(s)\r %1 byte(s)\r\n" DZ " %4 Dir(s)\r %5 byte(s) capacity\r\n" stN .DIR_4_ : DZ " Free space %5 byte(s)\r\n" - stN .DIR_3_ : DZ "%4 %5 %3 %1 %2 \r\n" ;DATE TIME SIZE FILENAME EXT + stN .DIR_3_ : DZ "%4 %5 %3 %1 %2 \r\n" ;DATE TIME SIZE FILENAME EXT + ;!TODO печатать не через ECHO_MESSAGE stN .HELP_ : db "COMMANDS:\r\n" - db "CLS INFO REN = RENAME PATH HELP \r\n" - db "CD = CHDIR DEL = ERASE SET VER = VERSION \r\n" - db "MD = MKDIR TIME ECHO EXIT \r\n" + db "SET INFO REN = RENAME PATH CLS [ink] " + db "CD = CHDIR DEL = ERASE HELP VER = VERSION " + db "MD = MKDIR TIME ECHO EXIT " DZ "RD = RMDIR DATE REBOOT DIR [path] [/p /f] \r\n\n" stN .CALC_ : DZ "Calculating free space...\r" stN .INFO_1_ : DZ "\r\nDrive File System Label Serial number Size in bytes\r\n" @@ -68,5 +69,4 @@ MAIN_MSG: .TABLE.Size EQU $-.TABLE ; !txtCounter=0 -; - ; \ No newline at end of file +; \ No newline at end of file diff --git a/SHELL/build.txt b/SHELL/build.txt index 4754f24..88101bc 100644 --- a/SHELL/build.txt +++ b/SHELL/build.txt @@ -1 +1 @@ -461 \ No newline at end of file +465 \ No newline at end of file