hello,
I want to load a Hex file to Memory i used exec("load my_file.HEX");
you can see my program :
signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
but i have this error *** function '#', error 104, line 214: undefined function
and i already defined this function and i tested it ..
can help me
thank you