Helllo,
I prashant currently working on MC9S12p128.
We port our PID Controller on P128 series from 68hc11.
But problem was we done in assembly language,
and here I have D-flash library routines in C language.
I have to call these library Function from assembly language.
please help me.
prashant erande.
hello
please help me..........
It can be done by calling the C routine with JSR assembly command.
variable can be transferred to the C routing too using A register.
C routine returned value located in A reg too.
Benny