Robin-Vossen wrote:
Also, Well as you saw I used Pointers to Variables in my C Code. I didnt find a way to do that in GCC C Compiler.
You can do this with GCC's asm instruction, but the syntax is different. Please see the fine documentation here: http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Extended-Asm.html David Daney