diff options
Diffstat (limited to 'ChocolArm64/State/RegisterConsts.cs')
| -rw-r--r-- | ChocolArm64/State/RegisterConsts.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChocolArm64/State/RegisterConsts.cs b/ChocolArm64/State/RegisterConsts.cs new file mode 100644 index 00000000..8c34789c --- /dev/null +++ b/ChocolArm64/State/RegisterConsts.cs @@ -0,0 +1,8 @@ +namespace ChocolArm64.State +{ + static class RegisterConsts + { + public const int RegsCount = 32; + public const int RegsMask = RegsCount - 1; + } +}
\ No newline at end of file |
