0 Members and 1 Guest are viewing this topic.
EDIT: Oops! I misread your post. If you just want a write back, you can do this with axe commands by copying the running program in ram (address E9D93) into the program itself which you can get via the getcalc() command. You can also get the size of the amount of data you need to copy with that command by reading the 2 byte number directly before the pointer.
Quigibo, is there any way to get the name of the program from w/in it? Because I may compile a program as DEMO but someone could rename it to DEMO4. Is there any way to check, or do I have to read OP1 at the beginning of the program?