Re: A83: ? DelVar


[Prev][Next][Index][Thread]

Re: A83: ? DelVar




Then just call delvar, that should work as long as you loaded the program to
be deleted *after* the program that is running... of course you could always
copy a segment of code to statvars or something, swap back SOS, do the dirty
work, then swap SOS again and jump to where you left off....
hehe
but the question was originally a program deleting itself.....

-----Original Message-----
From: Stefan Lennartsson <stefan@infinity.hemmet.s-hem.chalmers.se>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Monday, June 29, 1998 11:43 AM
Subject: Re: A83: ? DelVar


>
>But if he wants to continue running the program after deleting itself.
>
>/Stefan
>
>On Mon, 29 Jun 1998, Joe Wingbermuehle wrote:
>
>>
>> In SOS, use the delete routine in ZLib.
>>
>> -----Original Message-----
>> From: Stefan Lennartsson <stefan@infinity.hemmet.s-hem.chalmers.se>
>> To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
>> Date: Monday, June 29, 1998 2:57 AM
>> Subject: Re: A83: ? DelVar
>>
>>
>> >
>> >I think nothing happens since the program is loaded onto a special area
>> >when running, but if you do it in sos or ashell, it will probably crash
>> >after a while. That's because those programs only loads parts of the
>> >program in to those memory areas.
>> >
>> >/Stefan
>> >
>> >On Sun, 28 Jun 1998, Jimmy wrote:
>> >
>> >>
>> >>
>> >>   I have a question.  If you delete a program while it is running,
>> >> what, if anything, happens?
>> >>
>> >>   I have already done it several times but I see no consequences of
>> >> it.  Just wondering. (And trying to get everybody to talk).
>> >>
>> >> Jimmy
>> >>
>> >>
>> >>
>> >>
>> >> ==
>> >>  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>> >> /  TI-Magic                                       \
>> >> \  Web Page                                       /
>> >> /  http://www.angelfire.com/tx/timagic/index.html \
>> >> \  TiMagic@Yahoo.com                              /
>> >>  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>> >> _________________________________________________________
>> >> DO YOU YAHOO!?
>> >> Get your free @yahoo.com address at http://mail.yahoo.com
>> >>
>> >>
>> >
>>
>>
>