Can anyone help, I am a beginner and cant find the beginner forum. I have been using masm but not for a while. I went to write a program and i am getting the following error message A4910 can not open file......ML.error. I didnt have any problems about 6 weeks ago now I cant get it to compile by text files. Any suggestions!!
Hi robbo,
One simple fix would be to make sure ML.ERR is in the same directory with ML.EXE.
Mine was deleted accidentally... it seems that quite a few drive-cleaning and maintenance applications think .ERR files are okay to delete. Hutch, could this warrant the System flag to be set? Simple fix. :)
Quote from: MichaelW on April 30, 2005, 04:22:44 PM
Hi robbo,
One simple fix would be to make sure ML.ERR is in the same directory with ML.EXE.
Thanks for that!!! I got it working but I am now trying to work out how to get my program to show negative numbers when it subtracts one integer from another and the result is negative. I cant seem to get the minus sign to show on screen I keep getting all sorts but not a negative sign. Any quick solutions!!
robbo,
The actual data should be the same but it will have something to do with how you converted it for display. Just show us some of how you are doing it and it can most probably be fixed.