On Mon, Jul 20, 2009 at 9:07 AM, David Kirkby<drkir...@gmail.com> wrote:
>
> How to I force gcc to output the assember like this?

$ gcc -S t2.c

will create t2.s. You can compile the asm (possibly modified) with

$ gcc t2.s -o t2

etc.

Gonzalo

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to