mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-15 20:54:20 +00:00
6 lines
109 B
Rust
6 lines
109 B
Rust
pub const REGISTER_COUNT: usize = 16;
|
|
|
|
pub const STACK_SIZE: usize = 64;
|
|
|
|
pub const HEAP_LIMIT: usize = 256;
|