Amend MS offset operator implementation, to more closely fit with its MS counterpart:
- InlineAsm: evaluate non-local source entities to their (address) location
- Provide a mean with which one may acquire the address of an assembly label via MS syntax, rather than yielding a memory reference (i.e. "offset asm_label" and "$asm_label" should be synonymous
- address PR32530
Presented diffs are relative to D37412
InlineAsm tests: D37466
Can you add some more tests? I think this combines with everything: scale, index, base, segment, and integer displacement.