0 Members and 1 Guest are viewing this topic.
Now, when you say edit, do you mean: 1) Open up the program editor to allow the user to edit the program, or 2) Actually edit the program from an assembly program?In both cases, the way to do it is very hard For 1. You are looking at top programmer hacking to figure out how it's done, however, I could always just give you the routine to do it For 2. Actually editing the program isn't all that difficult, you'll need some help getting started, but once you see how the Edit Buffer works, you should be ok. The only way 2 would be super hard would be if you want to actually display what you are editing to the screen, this requires lots of OS routines and is pretty bad.
for 2, that can pretty easy be done with axe but yeah you'll need memkit for it.(I know this is in asm language)
@DRAGONLORD777: Are you wanting to edit the bytes in the program or do you want to edit it like the program editor? Editing like from the program editor is going to require some trickery to do it right. Editing the data directly is pretty easy, though
well THAT we can agree on. it will be a lot of work but i can't begin to explain how often i've wanted to be able to simply copy and paste a line of code or have shortcut keys while editing programs and im pretty sure that im not the only one
i tried zstart and it erased eveything off of my calc so i guess it's a good thing that i have two
O.o What model do you have and what OS did you have? That is odd behavior for zStart o.OEDIT: Also, was there a GarbageCollect at some point, too, after it was installed? And did yuo have other apps that you ran? Something could have conflicted .__.