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

Stupid Question with cygnal but important for me....

I have made a little loader for 8051f300 of cygnal , this loader is located from 0x0000 to 0x9ff.

With this loader i can install application through rs232 in memory from 0xa02 to 0x1dff.

I have reserved 2 byte (0x0a00 0xa01) for the version of application installed.

This is the big problem.....

I have compiled the application , and have inserted in linker the line CODE (?PR?0xa02......etc) for the program and is all OK.

but....

How i can insert in the code of application , 2 byte for the version in 0xa00 and 0xa01 location ??

Sorry for my lame english.

Thank to all