[1166] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next next in chain last in chain last

Re: [COLD] Re:coldcc -d -#...

daemon@ATHENA.MIT.EDU (Mon Dec 2 22:35:35 1996 )

Date: Mon, 2 Dec 1996 20:28:24 -0700 (MST)
From: Brandon Gillespie <brandon@glacier.cold.org>
To: Andrew Wilson <andrew@aaaaaaaa.demon.co.uk>
cc: coldstuff@cold.org
In-Reply-To: <199612022306.XAA01092@aaaaaaaa.demon.co.uk>

> 
> 	I think that coldcc's args parser needs to be toughened 
> up to avoid a little problem I just encountered.
> 
> 	coldcc -d -#
> 
> 		means decompile from binary to textdump, use object names
> 		instead of numbers when writing out the text...
> 
> 	coldcc -#d
> 
> 		actually compiles from textdump to binary.

You can't merge args--each is a seperate entity to allow for followup
information to the arg (i.e. -s10x40)

> Sucky.

Mmm, depends upon your POV :)

I can have it explained a little better in -h

-Brandon