|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Inline ASM problem - detecting new line on my call instruction
Code:
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? |
|
#2
|
|||
|
|||
|
Hmm. Still no progress on the problem. Anyone see anything?
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > Inline ASM problem - detecting new line on my call instruction |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|