From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-10-28 06:50:47
On Mon, Oct 28, 2002 at 01:16:58AM +0100, root wrote: > I mean : when i compile a C code, i would like to have only asm code (popa > routine in asm file, function from library in this file too .. etc) You mean you want to have the called functions also in the output file? I'm sorry, this is impossible, because the compiler does not know about these functions. Most of them are written by hand in assembler and then linked to the executable. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de
This archive was generated by hypermail 2.1.3 : 2002-10-28 06:51:02 CET