68000-gcc: args via regs

Programming, for all ages and all languages.
Post Reply
fdarkangel

68000-gcc: args via regs

Post by fdarkangel »

as far i know, gcc (targetting motorola 68000, elf) doesn't support passing arguments via registers. i really need this to reduce memory usage as much as possible.
i wonder if there're any GCC hackers around who can advice me.
srg

Re:68000-gcc: args via regs

Post by srg »

fdarkangel wrote: as far i know, gcc (targetting motorola 68000, elf) doesn't support passing arguments via registers. i really need this to reduce memory usage as much as possible.
i wonder if there're any GCC hackers around who can advice me.
only on i386, x86-64 and TMS320C3x/C4x. not on m68k.

srg
Post Reply