C# Class Int64Load8Signed, dotnet-webassembly

Load 1 byte and sign-extend i8 to i64.
Inheritance: MemoryReadInstruction
Mostrar archivo Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int64Load8Signed System.Reflection.Emit

Public Methods

Method Description
Int64Load8Signed ( ) : System.Reflection.Emit

Creates a new Int64Load8Signed instance.

Private Methods

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

Method Details

Int64Load8Signed() public method

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