ShasamblyOpcodeGetLocal
abstract class ShasamblyOpcodeGetLocal(val opcode: Byte, val address: Int) : ShasamblyOpcode(source)
An abstract opcode for getting locals This is not a final opcode. It is just the shared code between all get 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!