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