mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
8 lines
No EOL
155 B
C#
8 lines
No EOL
155 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32Alu : IOpCode32, IOpCode32HasSetFlags
|
|
{
|
|
int Rd { get; }
|
|
int Rn { get; }
|
|
}
|
|
} |