Class ExtendS8I64
Represents "i64.extend8_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(194)]
public class ExtendS8I64 : UnaryInstruction<ulong, ValueTypeI64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(ulong)
View Source
Declaration
protected override ulong Operate(ulong value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.UInt64 | value |