Class Conv_U8
Convert to unsigned int64, pushing int64 on stack.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.IL2CPU.X86.IL
Assembly: Cosmos.IL2CPU.dll
Syntax
[OpCode(ILOpCode.Code.Conv_U8)]
public class Conv_U8 : ILOp
Constructors
| Improve this Doc View SourceConv_U8(Assembler)
Declaration
public Conv_U8(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceDoExecute(Il2cpuMethodInfo, Type, UInt32, Boolean)
Declaration
public static void DoExecute(Il2cpuMethodInfo aMethod, Type xSource, uint xSourceSize, bool xSourceIsFloat)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
System.Type | xSource | |
System.UInt32 | xSourceSize | |
System.Boolean | xSourceIsFloat |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |