tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] asm generation


From: Rob
Subject: Re: [Tinycc-devel] asm generation
Date: Sat, 29 Oct 2011 23:06:48 +0100

On 29 October 2011 22:59, Lee <address@hidden> wrote:
> Is there any way to force tcc to compile to asm (gcc -S parameter)? I
> imagine one would need
> to compile tcc from sources - I admit, I haven't studied them.

In short, no. tcc outputs straight to object-code, you could run
objdump -D path/to/file.o
though.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]