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