The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: peaslee on April 09, 2009, 06:46:33 PM

Title: What does RadAsm send to assembler?
Post by: peaslee on April 09, 2009, 06:46:33 PM
How does one go about seeing what RadAsm is sending out for assembly?
Title: Re: What does RadAsm send to assembler?
Post by: donkey on April 09, 2009, 08:02:53 PM
It depends on your assembler, RadAsm is an IDE, it does not do the actual assembly itself. In GoAsm you can modify the command line (project properties) to include /l which will instruct it to create a list file. Not sure what the switch in MASM is. If you simply want to examine the command line used to start the assembler include O in the project properties command for your assembler and/or linker.