Re: A86:Creating new variables


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

Re: A86:Creating new variables



Hmm...  I was thinking more along the lines of using rst 20h\rst 10h to find
the variable and then changing it and adding new elements, etc. that way, but
that could cause problems because it might overwrite other existing
variables...

~Stephen Hicks

Jimmy Mårdell writes:

>  Resizing variables shouldn't cause any problems on the TI-86, since it
>  doesn't
>  matter if the whole user memory gets changed, since the ASM program is
>  at
>  a fixed location. Deleting variables should also be very easy.
>  
>  So it should be safe - although we don't have the rom calls for it at
>  the
>  moment.