L
Lucas
can sombody tell me why if i create a global variable i
cant acces the OFFSET inside de _asm statment??
i mean:
UCHAR MyVar;
void Main(void)
{
_asm {
mov ebx, offset MyVar //The Error
lea ebx, MyVar //Error again...
}
}
It throw me the error "operand type not correct"...
why??
cant acces the OFFSET inside de _asm statment??
i mean:
UCHAR MyVar;
void Main(void)
{
_asm {
mov ebx, offset MyVar //The Error
lea ebx, MyVar //Error again...
}
}
It throw me the error "operand type not correct"...
why??