OperandType Enum
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.CodeGen.Native
public enum OperandType
Members
| Double | 6 | |
| Int32 | 0 | |
| Int64 | 2 | |
| Pointer | 4 | |
| Single | 5 | |
| Struct | 7 | |
| UInt32 | 1 | |
| UInt64 | 3 |
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.CodeGen.Native
public enum OperandType
| Double | 6 | |
| Int32 | 0 | |
| Int64 | 2 | |
| Pointer | 4 | |
| Single | 5 | |
| Struct | 7 | |
| UInt32 | 1 | |
| UInt64 | 3 |