poly Wrote:

>       asm
>       {
>               call Label1;
>               Label1: pop ECX;
>               mov EAX, Label1; //error reported on this line
>       }
I tried several tricks, seems like compiler doesn't support this.

Reply via email to