??? 11/24/08 23:16 Read: times |
#160280 - and C in asm ? Responding to: ???'s previous message |
Hi,
what if I want to write my main program in asm and need functions from open source code only available in C ? ( http://elm-chan.org/fsw/ff/00index_e.html ) I would like to avoid translating from C to asm myself if a compiler can do it. How to generate an asm output (instead of binary objet for linker) so I can include the generated asm in my asm source file ? |