Class LoadI8AsI32
Represents "i32.load8_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(44)]
public class LoadI8AsI32 : Load<uint, ValueTypeI32, sbyte>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.Load<System.UInt32,WaaS.ValueTypeI32,System.SByte>
Methods
Convert(in sbyte)
View Source
Declaration
protected override uint Convert(in sbyte value)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.SByte | value |