Added zero register specifier constant w/ S
This commit is contained in:
parent
63ba75fab6
commit
07b2410a86
@ -11,6 +11,8 @@
|
||||
|
||||
// Number of General Purpose Registers.
|
||||
#define REGISTER_COUNT 31
|
||||
// Register identifier interpreted as the 'zero register'
|
||||
#define ZERO_REGISTER 31
|
||||
// Size of the memory in bytes.
|
||||
#define MEMORY_SIZE 2097152
|
||||
// Length of the memory address in bits.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user