insert

abstract fun insert(offset: Int = 0, block: TargetedAssembly.() -> Unit)(source)

Insert instructions at the first insn node in this target.

Parameters

offset

offset the insertion target node index

block

bytecode assembly routine