Compare commits

...

2 Commits

Author SHA1 Message Date
Juhani Krekelä 20be99d08f Update wordlist date in README.md 2022-02-27 16:11:56 +02:00
Juhani Krekelä 422297cadb Add note about Ctrl+C to exit into the greeting message 2022-02-27 16:11:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Word lists
----------
The words lists are taken from
[hello wordl](https://github.com/lynn/hello-wordl#where-are-the-words-coming-from)
and are identical as of 2022-02-02, to allow cross-play between hello DOSdl and
and are identical as of 2022-02-27, to allow cross-play between hello DOSdl and
hello wordl. See the link for further details.
Licensing

View File

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