Move solution and projects to src
This commit is contained in:
13
src/ARMeilleure/IntermediateRepresentation/OperandKind.cs
Normal file
13
src/ARMeilleure/IntermediateRepresentation/OperandKind.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
{
|
||||
enum OperandKind
|
||||
{
|
||||
None,
|
||||
Constant,
|
||||
Label,
|
||||
LocalVariable,
|
||||
Memory,
|
||||
Register,
|
||||
Undefined
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user