[A83] Re: startup
[Prev][Next][Index][Thread]
[A83] Re: startup
OK, I understand the whole "what it does" behind the code, but I
don't know how to generate this code. Can you give me something to
type down and use in a compiler to put on a calc? If i had some
code, I could probably figure out what I'm doing. I have never
made a program that edits other programs, and don't think that I
can edit appvars. Further, how would i find this byte that
contains the program that I want to run?
---------- Original Message ----------------------------------
From: Martin <iemandiemand@xs4all.nl>
Reply-To: assembly-83@lists.ticalc.org
Date: Tue, 09 Sep 2003 07:59:30 +0200
>You can edit appvars the same way you edit programs (using asm).
You simply
>read and write the bytes you want inside the appvar/program. If
the
>appvar/program has to in/decrease in size you can use
instert/delmem at the
>memory address you want to instert/delete those bytes.
>
>Martin
>
>At 06:19 PM 09-09-03 -0600, you wrote:
>
>>ok, how do i change the appvar then? further, if there's a
>>createAppvar command, then shouldnt there be something for
editing
>>an appvar's content?
>
>
>