Oh now I fully understand what Korn meant: There is no way of creating a function prototype since the original function "changed" through optimizations to use registers. I did know that optimization is quite smart but not that smart xD
Of course one could still inline those two assembly lines before calling the function, or am I missing something here again?
e.g.
_asm MOV EDX,0x7FF8
_asm MOV EAX,output
dwBuildPacket(..., ...)
Bookmarks