Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!sdd.hp.com!elroy.jpl.nasa.gov!jato!jdickson From: jdickson@jato.jpl.nasa.gov (Jeff Dickson) Newsgroups: comp.sys.amiga.programmer Subject: Re: Help With Asm inside of C code!!!!!!!!! Message-ID: <1991May23.213445.26970@jato.jpl.nasa.gov> Date: 23 May 91 21:34:45 GMT Reply-To: jdickson@jato.Jpl.Nasa.Gov (Jeff Dickson) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 16 I have MANX Aztec C. Assembly code inside a function. Does the com- piler take care of preserving the registers for you and then restoring them when your done ? That is when the final brace is encountered. For instance, if I had: char *somefunc(somearg) long somearg; { #ASM ****some assembly code**** #ENDASM } D0 will be returned, right? -jeff