[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Assembler Output
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Assembler Output |
Date: |
18 Oct 2004 08:54:18 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
john o goyo <address@hidden> writes:
> The -S option does not seem to work (as in gm2 -S hello.mod).
> Is there a reason for this (that I missed)?
>
> Sincerely,
> john
Hi John,
try:
gm2 -S -c hello.mod
probably -S should not really require a `-c' option - similar to gcc
et al. I'll fix this..
Thanks Gaius