Added zero register specifier constant w/ S

This commit is contained in:
Themis Demetriades 2024-06-03 14:38:37 +01:00
parent 63ba75fab6
commit 07b2410a86

View File

@ -11,6 +11,8 @@
// Number of General Purpose Registers. // Number of General Purpose Registers.
#define REGISTER_COUNT 31 #define REGISTER_COUNT 31
// Register identifier interpreted as the 'zero register'
#define ZERO_REGISTER 31
// Size of the memory in bytes. // Size of the memory in bytes.
#define MEMORY_SIZE 2097152 #define MEMORY_SIZE 2097152
// Length of the memory address in bits. // Length of the memory address in bits.