Date: Wed, 2 Nov 94 10:01:43 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: u940422 AT daimi DOT aau DOT dk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: GAS problems? > Data structures (if they exists). Nope. > Macros. Use cpp - give gcc a ".S" suffix instead of ".s". > Using ASM statements in C++ code: > How to transfer the this pointer of an object into one of the > registers. Use "info gcc" and look up C extensions. > Is it possible for me to get some example code? Use "gcc -S file.c" to see example code.