Class StoreI64AsU16
Represents "i64.store16" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(61)]
public class StoreI64AsU16 : Store<ulong, ValueTypeI64, ushort>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.Store<System.UInt64,WaaS.ValueTypeI64,System.UInt16>
Methods
Convert(in ulong)
View Source
Declaration
protected override ushort Convert(in ulong value)
Returns
System.UInt16
Parameters
| Type | Name |
|---|---|
System.UInt64 | value |