I have a c program that I compile with gcc (gcc with hc12 patches). The new CPU I'm working with has a co-processor and isn't supported in gcc-68hc12. There is a open-source assembler for the co-processor that I would like to use(
http://home.arcor.de/hotwolf/). I'm looking for an example showing me how to instruct gcc to use this external assembler where specified in my code.
Start Free Trial