diff options
Diffstat (limited to 'ChocolArm64/Decoders/ShiftType.cs')
| -rw-r--r-- | ChocolArm64/Decoders/ShiftType.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChocolArm64/Decoders/ShiftType.cs b/ChocolArm64/Decoders/ShiftType.cs new file mode 100644 index 00000000..5f6a7a4c --- /dev/null +++ b/ChocolArm64/Decoders/ShiftType.cs @@ -0,0 +1,10 @@ +namespace ChocolArm64.Decoders +{ + enum ShiftType + { + Lsl, + Lsr, + Asr, + Ror + } +}
\ No newline at end of file |
