Code: Select all
asm
push ebx 'num bytes
push ecx 'address
call reallocate
add esp, 8
mov ecx, eax 'get result of function call
end asm
But I get a big 'ol crash. What should I have done differently? Thanks!