It is solved. I'm using Visual Studio 2005 and standard functions are called from address table, so I have to call it in another waycall dword ptr mallocor change properties of project :-)
Hi everybody, I'm working at school with inline assembler (in C++). I don't understand, where I could have a mistake.
My code:
#include <stdlib.h>
void blah()
{
_asm {
mov ecx, 4 // I'd like to allocate place for four pointers
inc ecx // in the end...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.