ShasamblyOpcodeStoreLocal
abstract class ShasamblyOpcodeStoreLocal(val opcode: Byte, val address: Int) : ShasamblyOpcode(source)
An abstract opcode for storing locals This is not a final opcode. It is just the shared code between all store-local-opcodes
See also
Inheritors
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!