mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 13:14:18 +00:00
4 lines
107 B
Rust
4 lines
107 B
Rust
pub const REGISTER_COUNT: usize = 16;
|
|
pub const STACK_SIZE: usize = 64;
|
|
pub const HEAP_LIMIT: usize = 256;
|