News:

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

Goasm lst file

Started by pro3carp3, August 19, 2011, 07:09:04 PM

Previous topic - Next topic

pro3carp3

How do I get RadASM to generate the Goasm detailed list file?  I entered the command line option /l ("L") in the Goasm ini file but it seems to have no effect.   Thanks.
LGC

WillASM

From the menu select "Project", then "Project Options". Then in the edit box for "Assemble:" add the "/l" to the start of the command line. Works fine here.

pro3carp3

Great!   Thank you.  I thought doing the same thing in the ini file would accomplish this.
LGC