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