Browse Source

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

master
Juhani Krekelä 1 year ago
parent
commit
422297cadb
  1. 2
      dosdl.asm

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

Loading…
Cancel
Save