[Coco] gcc-coco revisited
James Dessart
james at skwirl.ca
Sat Nov 1 15:56:00 EST 2003
On Friday, October 31, 2003, at 09:50 PM, KnudsenMJ at aol.com wrote:
> Yes, though most of us have looked at intermediate assembly for
> debugging,
> learning, and other reasons. Another issue would be whether hand-coded
> assembler routines could still be linked in with the GCC ones.
Inline assembly is supported, as well as assembly files. GCC does work
with an intermediary assembly step, so you can write functions and such
in pure assembly.
James
More information about the Coco
mailing list