Re: one simple question

2004-03-04 Thread Cordula's Web
I compile a test C file. I notice there are a few lines at the beginning of the assembly code. I want to know what it means, but can't figure out one of them. Can anyone tell me what the following line does please? and$0xfff0,%esp Hmmm, when I compile the simplest possible C file:

Re: one simple question

2004-03-04 Thread bear
thank you very much for the reply yes and I am using gcc 3.2.2 if you gdb the executable and disassemble main you will see the line like that but if you use gcc -S something.s something.c it won't appear in the assembly code and I google around, I think it does the alignment for optimization

Re: one simple question

2004-03-04 Thread Cordula's Web
I compile a test C file. I notice there are a few lines at the beginning of the assembly code. I want to know what it means, but can't figure out one of them. Can anyone tell me what the following line does please? and$0xfff0,%esp gcc2_compiled.: .text

one simple question

2004-03-03 Thread chungwei Hsiung
Hello.. I have a simple question, but I am not sure what the answer is. If anyone can possibly help me, it is really appreciated. I compile a test C file. I notice there are a few lines at the beginning of the assembly code. I want to know what it means, but can't figure out one of them. Can

Re: one simple question

2004-03-03 Thread Chris Pressey
On Wed, 3 Mar 2004 18:13:43 + chungwei Hsiung [EMAIL PROTECTED] wrote: Hello.. I have a simple question, but I am not sure what the answer is. If anyone can possibly help me, it is really appreciated. I compile a test C file. I notice there are a few lines at the beginning of the