The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Gunther on September 29, 2010, 12:34:49 AM

Title: Generating Listing File with FASM
Post by: Gunther on September 29, 2010, 12:34:49 AM
Given a FASM source, which assembles well, how is it possible to generate a listing file with FASM? I did try INCLUDE 'LISTING.INC', but that doesn't work. FASM misses the INPUT file.

Gunther
Title: Re: Generating Listing File with FASM
Post by: sinsi on September 29, 2010, 02:27:36 AM
\fasm\tools\win32\listing.asm is the source for the app.
\fasm\tools\readme.txt has the info

PS wrong forum  :bg
Title: Re: Generating Listing File with FASM
Post by: Gunther on September 29, 2010, 12:09:19 PM
Sinsi,

thank you for the information. I hope that helps.

Quote from: sinsi, September 29, at 03:27:36 AMPS wrong forum

Oh, excuse me. But which is to use?  :red

Gunther
Title: Re: Generating Listing File with FASM
Post by: BogdanOntanu on September 29, 2010, 12:12:09 PM
Quote from: Gunther on September 29, 2010, 12:09:19 PM
...
Oh, excuse me. But which is to use?  :red

Maybe you can try the FASM official forum?

Here we talk mainly about MASM and a few other assemblers (GOASM, JWASM, POASM)
Title: Re: Generating Listing File with FASM
Post by: Gunther on September 29, 2010, 03:06:10 PM
Quote from: BogdanOntanu, September 29, at 01:12:09 PMMaybe you can try the FASM official forum?

Okay, that's for the future.

I've no plans to change my favorite assemblers (MASM, JWASM, NASM). It was only a small interesting source, written for FASM and I would like to know what happens there.

Gunther