I was trying to make my program accept input without the user having to press enter, so I tried the following:
mov ah,01h int 21h
But it ju
Use the linker version 5.60 to generate 16-bit DOS applications. You can get this from: http://download.microsoft.com/download/vc15/Update/1/WIN98/EN-US/Lnk563.exe
Dirk