Re: How to access a static member variable within __asm { }
From: ZZT (a_at_b.c)
Date: 02/26/04
- Next message: Joseph M. Newcomer: "Re: How to access a static member variable within __asm { }"
- Previous message: Joseph M. Newcomer: "Re: Insert into array"
- In reply to: Bill Gates: "Re: How to access a static member variable within __asm { }"
- Next in thread: Joseph M. Newcomer: "Re: How to access a static member variable within __asm { }"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Joseph M. Newcomer: "Re: How to access a static member variable within __asm { }"
- Previous message: Joseph M. Newcomer: "Re: Insert into array"
- In reply to: Bill Gates: "Re: How to access a static member variable within __asm { }"
- Next in thread: Joseph M. Newcomer: "Re: How to access a static member variable within __asm { }"
- Messages sorted by: [ date ] [ thread ]