mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 13:14:18 +00:00
32 bits
This commit is contained in:
5
Source/Limits.rs
Normal file
5
Source/Limits.rs
Normal file
@ -0,0 +1,5 @@
|
||||
pub const REGISTER_COUNT: usize = 16;
|
||||
|
||||
pub const STACK_SIZE: usize = 64;
|
||||
|
||||
pub const HEAP_LIMIT: usize = 256;
|
Reference in New Issue
Block a user