asmjit::Label Class Reference [¶]

Label (jump target or data location).
Label represents a location in code typically used as a jump target, but may be also a reference to some data or a static variable. Label has to be explicitly created by BaseEmitter.
Example of using labels: