Add note about Ctrl+C to exit into the greeting message

This commit is contained in:
Juhani Krekelä 2022-02-27 16:11:42 +02:00
parent 8bc078d452
commit 422297cadb
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ ruled_out_error_str:
section .rodata 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 ' - $' space_dash_space_str db ' - $'
not_found_str db ' - word not found$' not_found_str db ' - word not found$'