Helpful Information
 
 
Category: Other Programming Languages
Inline ASM problem - detecting new line on my call instruction

void DisplayStatInfo(void) {
DWORD offset = Offsets.PrintText;
char *text = "leeeeeeet";

__asm {
xor edx, edx
mov ecx, text
call offset <-- detecting new line?
}
}


Does anyone know why vs 2k3 is giving me this error? Saying it's detecting a newline?

Hmm. Still no progress on the problem. Anyone see anything?










privacy (GDPR)