C# Class Int32Load16Signed, dotnet-webassembly

Load 2 bytes and sign-extend i16 to i32.
Inheritance: MemoryReadInstruction
Show file Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int32Load16Signed System.Reflection.Emit

Public Methods

Method Description
Int32Load16Signed ( ) : System.Reflection.Emit

Creates a new Int32Load16Signed instance.

Private Methods

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

Method Details

Int32Load16Signed() public method

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