This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how can I load HEX File

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

0