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$'