ShasamblyOpcodeInvokeNative
open class ShasamblyOpcodeInvokeNative(val address: Short, val args: ByteArray = byteArrayOf()) : ShasamblyOpcode(source)
Generator for opcode Opcodes.INVOKE_NATIVE Invokes a shasambly native function The ids are provided by com.shakelang.shake.shasambly.interpreter.natives.Natives
See also
Properties
Link copied to clipboard
Returns the size of the ShasamblyOpcode in bytes This is required by by the generate function of some opcodes because they have to resolve opcode indexes to byte indexes This value should be constant and not depend on other opcodes!