Hi,

is it possible in my asm("call XXXX"); XXXX be the address of a C
function? Or even a jmp?

Actually, what I would like to know is if it is possible to tell the
compiler what address my C function starts. In that way, I could jmp to it
using asm("jmp xxx");
I don't intend to return from this function. It will stop the uC before
ending the function.

Is there a kind of ORG instruction in C?





Thanks,
  Diogo Brum



Reply via email to