C# Class Int32Load8Unsigned, dotnet-webassembly

Load 1 byte and zero-extend i8 to i32.
Inheritance: MemoryReadInstruction
显示文件 Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int32Load8Unsigned System.Reflection.Emit

Public Methods

Method Description
Int32Load8Unsigned ( ) : System.Reflection.Emit

Creates a new Int32Load8Unsigned instance.

Private Methods

Method Description
Int32Load8Unsigned ( Reader, reader ) : System.Reflection.Emit

Method Details

Int32Load8Unsigned() public method

Creates a new Int32Load8Unsigned instance.
public Int32Load8Unsigned ( ) : System.Reflection.Emit
return System.Reflection.Emit