How buffered input works

Looking at how you defined your input buffer (buf: db 20 dup (‘$’)), I get it that you want to cut corners and have the input already $-terminated ready for re-displaying it. Sadly this messes up the required settings for the DOS input function 0Ah and your program is in serious problems with a potential … Read more

What needs to be added

Jacob, run help on a cmd prompt and you will get a huge list of available commands for you to implement C:\>help For more information on a specific command, type HELP command-name ASSOC Displays or modifies file extension associations. ATTRIB Displays or changes file attributes. BREAK Sets or clears extended CTRL+C checking. BCDEDIT Sets properties … Read more