tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] ASM Output?


From: Dave Dodge
Subject: Re: [Tinycc-devel] ASM Output?
Date: Tue, 16 Nov 2004 16:55:12 -0500
User-agent: Mutt/1.4.2i

On Tue, Nov 16, 2004 at 12:26:47PM -0800, Neil Bradley wrote:
> Just curious if there's a way to output assembly generated from tinycc.

Skimming the tcc source, it appears to directly output machine code
rather than generating some sort of assembly language stage.  See
the "load" function in i386-gen.c as an example.

> but not any ability to look at the assembly that tcc generates (if it
> does so at all).

I've been using "objdump -d" on Linux; it's not as readable as
something like "gcc -S", but it at least gives some idea of what the
code is doing.

                                                  -Dave Dodge




reply via email to

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