Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Decoders/IOpCodeAluRx.cs
Normal file
10
src/ARMeilleure/Decoders/IOpCodeAluRx.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCodeAluRx : IOpCodeAlu
|
||||
{
|
||||
int Shift { get; }
|
||||
int Rm { get; }
|
||||
|
||||
IntType IntType { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user