tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] 64bits - Wrong comparison between pointer and long cs


From: grischka
Subject: Re: [Tinycc-devel] 64bits - Wrong comparison between pointer and long cste
Date: Mon, 07 Dec 2009 15:55:05 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Christian Jullien wrote:
Q. how can I see the .s output (as generally using -S on most compilers) ?

TCC outputs machine code, not assembler.

You can disassemble it though:
$ tcc -c x.c
$ objdump -D x.o
on win64:
$ x86_64-pc-mingw32-objdump -D x.o

--- grischka




reply via email to

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