Re: A83: Re: Where is...
[Prev][Next][Index][Thread]
Re: A83: Re: Where is...
In a message dated 10/17/98 1:20:44 PM, joewing@usmo.com writes:
>geez... I'm sending a lot today hehe
>
>.ds is define storage. It defines a storage space (the number you put
>after it).
> .ds 500 would define 500 bytes (not necessarily 0 though!).
>
>Joe Wingbermuehle
>http://www.usmo.com/~joewing/
What do you mean by this, and where has it been used in any programs, if I
may ask...? =) Well, for ".db" or ".dw" it saves the _Value_ and knows that
it should be 1 or 2 bytes long (respectively), right? Well, for this ".ds"
thing, your saying that the number right after it is _How Much_ you want to
store, but then where does the actual data go, directly after it?
--Jason K.
Follow-Ups: