Inline Assembler: Getting the offset of a label. How?

Kagamin spam at here.lot
Tue Dec 9 04:22:42 PST 2008


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.


More information about the Digitalmars-d-learn mailing list