The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: pro3carp3 on August 19, 2011, 07:09:04 PM

Title: Goasm lst file
Post by: pro3carp3 on August 19, 2011, 07:09:04 PM
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.
Title: Re: Goasm lst file
Post by: WillASM on August 20, 2011, 06:40:29 AM
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.
Title: Re: Goasm lst file
Post by: pro3carp3 on August 22, 2011, 01:40:16 PM
Great!   Thank you.  I thought doing the same thing in the ini file would accomplish this.