#include "eyebot.h" /* define prototype for ASM function */ int fct(int); int main (void) { int i,j; i = 1; j = fct(i); LCDPrintf("%d\n", j); return 0; }