Re: GCC In-line assembler (Off topic)

1999-01-24 Thread Richard Lyon
> Could someone please tell me how to include in-line assembler routines in > my C programmes and what the procedure is for calling the routines ? > See the extended ASM node in the gcc info file (/usr/info/gcc.info.gz). I assume you installed gcc as a debian package using dselect. You can use e

GCC In-line assembler (Off topic)

1999-01-24 Thread ivan
Could someone please tell me how to include in-line assembler routines in my C programmes and what the procedure is for calling the routines ? Is it possible to pass arguments to an in-line assembler routine ? If so, how is this done ? Sorry for the off-topic post but I have been searching the w