> 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 emacs help to view this. > 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 web for hours > for this information and cannot find answers anywhere. > The documentation installed with debian just about eliminates the need to do any web browsing. This one of the great features of DEBIAN.