I have just started with this endeavor. I have downloaded the masm32 (m31v9r) program from Microsoft. When I load code into the editor or open code into the editor and then try to assemble it I always get the following error. Cannot find Program.asm in C:\. To work around this I rename my asm file to Program and move it to C:\. It then works fine, but it seems kind of silly to have to do this. How do I change this to Browse for the file I want to assemble?
Thank you,
Larry
You need to either download the new batch files that have been posted in the forum or make sure that you do not have spaces in the name of the path or file that you are tring to compile. The new batch files are under the MASM32 sub forum. They should be placed in the bin folder within your masm directory.
Is the file you are trying to assemble in a directory off of C:\Program Files? If so, the problem is the space in "Program Files". This problem is more commonly caused by the space in "My Documents" or "Documents and Settings". The new files that will fix the problem are here (http://www.masm32.com/board/index.php?topic=6238.0).
If you dont feel good with qeditor use 3d party IDE , eg RadASM very good IDE to program in and easy to use.
Hi larry1470,
Welcome to the forum. Could you provide us the original path of your source file?
Another IDE to try is WinAsm available at: http://www.winasm.net :U