First post, by SoUrcerer
Sup! There are bug in DosBox 0.74.
You can check bug with code like this:
STRING DB 5LEN DB 0ASCII DB '00000'mov ah, 0Ahmov dx, offset STRINGint 21h
This code should allow to enter up to 4 (!!!) symbols, but in DOSBox I can enter up to 5 symbols. When I enter 5th symbol and press "Enter", DOSBox hangs.
I checked compiled EXE in DosBox and in MS DOS 6, so this is real bug.