Hi all,
Thanks for all the great work on this project. It has made my life much easier!
However, I currently have a minor problem that I cannot quite figure out.
I would like to be able to determine the resultant machine-code address of asmjit labels.
That is, after assembling a sequence of instructions and binding various asmjit::Label, I'd like to compute the offset to those labels in the resulting machine-code.
I need these offsets so that I can jump into a single asmjit sequence at many different entry points.
I imagine there is a very simple solution, but I cannot seem to find it.
Thanks for your time,
-Anthony