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