Class LoadI16AsI64
Represents "i64.load16_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(50)]
public class LoadI16AsI64 : Load<ulong, ValueTypeI64, short>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.Load<System.UInt64,WaaS.ValueTypeI64,System.Int16>
Methods
Convert(in short)
View Source
Declaration
protected override ulong Convert(in short value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.Int16 | value |