does anyone know if masm has anything like FASM's "RVA" operator ?
ive seen masms "imagerel" but i cant seem to get it working under 6.14
ive seen masms "imagerel" but i cant seem to get it working under 6.14
hmm it looks like im forced to use another method
offset label - image_base
but it works ;)
offset label - image_base
but it works ;)