Re: asm.ex: how to put sring in structure
- Posted by stab master <stabmaster_ at HOTMAIL.COM> Apr 01, 2000
- 555 views
> >what question mark means here? > > > >ex. Message db ? > > The question mark means that the value of the variable is undefined at start-up. In a "real" assembler program this is useful when using arrays (ex. bigarray dw 10000 dup(?) ), as the undefined data won't take up as much space in the resulting executable as data with a predefined value would (at least not with tasm/wdosx or masm). ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com