mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
10 lines
No EOL
157 B
C#
10 lines
No EOL
157 B
C#
namespace ChocolArm64.Decoder
|
|
{
|
|
enum ADataOp
|
|
{
|
|
Adr = 0,
|
|
Arithmetic = 1,
|
|
Logical = 2,
|
|
BitField = 3
|
|
}
|
|
} |