Re: How to access a static member variable within __asm { }

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: ZZT (a_at_b.c)
Date: 02/26/04


Date: Thu, 26 Feb 2004 11:38:39 +0100

Bill Gates wrote:

> Maybe you may transfer the address of the static variable to the call in
> __asm

this is what I meant with create pointer variables within the function
but its not so nice if you have a lot of variables and you have to load
the address in a register to access instead of simple change the memory
like "inc dword ptr [12345678]".
What exactly do you mean?

Regards