News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Just Starting Up

Started by NUMBSKULL2, January 27, 2009, 04:50:37 AM

Previous topic - Next topic

NUMBSKULL2

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?

donkey

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.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

MichaelW

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.
eschew obfuscation