Re: A89: Run Down on some Things


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

Re: A89: Run Down on some Things




At 01:29 1998-12-07 +0100, you wrote:
>
>Jimmy Mårdell wrote:
>> Actually, it should have been "var: dc.w 10" which would define
>> a word with value 10 (equal to "var: .dw 10" in TASM). The row
>> about ("ds.w 10") actually defines 10 words, set to 0:
>> 
>
>Is it really defining 10 words _set_to_0_?
>Isnt it just defining a space, 10 words long..  and what's inside it, is
>undefined... could be anything stored in the same memoryarea before? (like the
>last program you ran)

Nah... it's not a BSS area, as that would have to be supported by the OS.
I just checked it out - it's zeros.

--
Real name:     Jimmy Mårdell         
Email:         mailto:yarin@acc.umu.se
Homepage:      http://www.acc.umu.se/~yarin/

Icarus Productions homepage: http://icarus.ganymed.org/


References: