Hello!
I have a problem with the optimization:
I tried to make a program that should read keys from the keyboard & display them; i used int 21 with ah = 1. When I assembled it in Debug, it worked: You pressed a key, and it showed up.
Unfortunately, FASM (which otherwise seems to be WONDERFUL - though I am a newbie to judge this...) assembled it into int 15: But this one DOES NOT wait you to enter the key!
Is there any way to turn this off?
Is there any way to turn this off absolutely, i.e. to try out "no optimization" or so?? Cause I don't REALLY want to use Debug to check it...
Thank You in advance!!!!
Vion