A86: Re: ports tutorial
[Prev][Next][Index][Thread]
A86: Re: ports tutorial
>
>Thanks, Dux. Great ports tutorial; I actually learned something
>today! Many teachers have tried and failed at that... :)
heh, thanks :-)
>
>I was looking through the VAT section... If the variable length is not
>in the VAT entry, then is it the first couple bytes at the variable's
>address? And do variables build upwards or downwards in memory?
Except for variables of a predetermined length (ie, real, complex, pic), the
first two bytes are the length. All variables build up in memory, unlike
the VAT.
>
>thanks,
>Cassady Roop