[Help!] Use two different assembly symbol in D, but they are same address.

lili akozhao at tencent.com
Sat Aug 24 12:16:34 UTC 2019


On Saturday, 24 August 2019 at 12:09:19 UTC, a11e99z wrote:
> On Saturday, 24 August 2019 at 11:53:01 UTC, lili wrote:
>>  [...]
>
> resb 8
> just reserving 8 bytes not initializing it.
> probably u compare some garbage. sometimes it equals, sometimes 
> not.
> no?

I write wrong, not  if (_vga_x == _vga_y) but if (&_vga_x == 
&_vga_y)


More information about the Digitalmars-d-learn mailing list