Using BuildMI to build X86_64 instructions

Hello all,

I am trying to create and insert a set of instructions using BuildMI, I was able to find the syntax to create mov, add , cmp…
But I was wondering if there is a way to create/insert a label. The latter will be my jump destination.

Thank you in advance.

1 Like

Thank you so much for your quick reply I’ll take a look !!