why when i am writing smth like in borland c++:
//---------------------------------------------------------------------------
#include <windows.h>
int main(int argc, char* argv[])
{
__asm
{
push ExitProcess
}
return 0;
}
//---------------------------------------------------------------------------
there still is this error:
INVALID COMBINATION OF OPCODE AND OPERANDS E2329, please
help me how to fix it, i really need this way and this is reallyyyyy needed, what should i turn on/off to compile and run smth klike it
?
//---------------------------------------------------------------------------
#include <windows.h>
int main(int argc, char* argv[])
{
__asm
{
push ExitProcess
}
return 0;
}
//---------------------------------------------------------------------------
there still is this error:
INVALID COMBINATION OF OPCODE AND OPERANDS E2329, please
help me how to fix it, i really need this way and this is reallyyyyy needed, what should i turn on/off to compile and run smth klike it
?