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...