I have not programmed in assemlbly for about 15 years now. Looks like some things have changed. I downloaded MASM32 SDK Version 10 from Microsoft. The "IDE" uses an editor called Quick Editor 4.0. In the Project Menu there are tasks for assembling and linking the programs.
Does anyone know how to change the options on these commands ?. I am trying to set up the appropriate options so that debugging tools function. Second Question. Has anyone had success using the Visual Studio 8.0 debugger with MASM32?
Welcome to the board.The MASM32 SDK is a library/toolset by Hutch not Microsoft, though some of the tools are from from Microsoft they have no interest or involvement in the project.
Hello NUMBSKULL2, welcome to the forum.
Most of the commands on the project menu call one of the batch files stored in \masm32\bin. And you can also program most of the menus, adding new commands for example, see the Quick Editor help for details.