Message-ID: <3B94D076.FF60BDB0@crbkpc.com> Date: Tue, 04 Sep 2001 09:00:38 -0400 From: Chris Smith X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: NASM Command line Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Sorry...I know that this isn't exactly the right subject matter for this mailing list... but I've enjoyed djgpp so much that I decided to take on NASM. The only problem is that I'm having trouble getting started from the command line. I receive the following error when attempting to assemble a simple .com file under win98: c:\>nasm16 -f bin myfile.asm -o myfile.com nasm: more than one input file specified type 'nasm -h' for help I've read all the docs and searched with web with little luck. Obviously I must be missing something trivial. If anyone could please let me know what it is, I'd really appreciate it.