No subject


Mon Nov 5 00:00:15 PST 2007


Anyway: what's the difference between EAX and [EAX]? I suspect it's value vs. pointer dereferencing, but I'm not sure. And: how do you get the address of a variable in assembler anyway? I tried "&var", but that doesn't compile (obvisously), "[var]" crashes.

-Mike


More information about the Digitalmars-d-learn mailing list