From 422297cadb511c929fc5a9ade948d90e13b049f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 27 Feb 2022 16:11:42 +0200 Subject: [PATCH] Add note about Ctrl+C to exit into the greeting message --- dosdl.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosdl.asm b/dosdl.asm index 6bf62fa..5952a5e 100644 --- a/dosdl.asm +++ b/dosdl.asm @@ -1085,7 +1085,7 @@ ruled_out_error_str: section .rodata -greeting_str db 'Welcome to hello DOSdl. Run `dosdl /?` for help.', 13, 10, '$' +greeting_str db 'Welcome to hello DOSdl. Press Ctrl+C to exit. Run `dosdl /?` for help.', 13, 10, '$' space_dash_space_str db ' - $' not_found_str db ' - word not found$'