Skip to main content

Class DivI32S

Represents "i32.div_s" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(109)]
public class DivI32S : BinaryInstruction<uint, ValueTypeI32>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryInstruction<System.UInt32,WaaS.ValueTypeI32>

Methods

Operate(uint, uint)

View Source
Declaration
protected override uint Operate(uint lhs, uint rhs)
Returns

System.UInt32

Parameters
TypeName
System.UInt32lhs
System.UInt32rhs