Move solution and projects to src
This commit is contained in:
9
src/ARMeilleure/Decoders/IOpCode32AluImm.cs
Normal file
9
src/ARMeilleure/Decoders/IOpCode32AluImm.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCode32AluImm : IOpCode32Alu
|
||||
{
|
||||
int Immediate { get; }
|
||||
|
||||
bool IsRotated { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user