> Does anyone have any suggestions as to how I can get the offset inside the > inline assembly? I think x86 has the same capability with a simple "m" constraint. Looks like it's based on the "SelectInlineAsmMemoryOperand" function. Cheers. Tim.