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

Kagamin spam at here.lot
Mon Dec 8 12:01:40 PST 2008


poly Wrote:

> I have a question about D 1.0 inline asm. Has anyone an idea how to get
> the offset of a label without using "call Label1", then "pop eax".
> Actually there would be an offsetof but it seems not to work.

mov eax, Label1


More information about the Digitalmars-d-learn mailing list