[A83] Re: Y-vars


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

[A83] Re: Y-vars




Equation vars are like strings except for tempory equation vars which
include the extra data before the string:
05h,01h,023h,01h,00h
I have absolutely no idea what that means but it seems to be very important
to the parser if you're using temp equation vars.  Anyone got any ideas what
this means?

Brandon Sterner

----- Original Message -----
From: "Henk Poley" <HPoley@DDS.nl>
To: <assembly-83@lists.ticalc.org>
Sent: Sunday, December 16, 2001 2:44 PM
Subject: [A83] Re: Y-vars


>
> > Van: Patai Gergely <patai.ti@freemail.hu>
> >
> > It just came into my mind: could someone explain me
> > in steps how data can be stored into the y-vars,
> > given that I have the address and the length of the data?
>
> Aren't they just strings-like. And since strings and programs contain
> basicaly a sizeword and the data you just use _insertmem to enlage the
> Y-var. Don't forget to update the sizebytes...
>
> Henk Poley <><
>
>
>





Follow-Ups: References: