Re: A86: variable size
[Prev][Next][Index][Thread]
Re: A86: variable size
The number of bytes shown for a real on the Ram screen is calculated the
following way:
86: 10 bytes for the value or data storage
6 + name size for symbol table storage
85: 10 bytes for value
4 + name size for symbol table
The 86 has 2 more bytes for symbol table storage.
- 1 byte for the lager address size, 3 vs 2.
- 1 byte for 'attaching' equations to list vars, holds equation index #
Later,
Pat
------------------
Original text
From: Trey Jazz <joemama@minot.com>, on 12/10/97 11:37 PM:
Robby Gutmann wrote:
>
> Why is a real 17 bytes on the 86, but 15 bytes on the 85?
the way in how it stores it
References: