A86: Re: size bytes


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

A86: Re: size bytes




Just the rest of the data.  The size that shows up in the memory menu,
however, includes the VAT entry as well as the data.

> in system vars, do the size bytes include themselves in the size or only
the
> rest of the data?
>
> ex: a string
>
> .dw 4
> .db "hi"
>
> or
>
> .dw 2
> .db "hi"
>
> ???
>
>



References: