Files
machine/Source/Types.rs
2021-11-19 17:55:40 -03:00

6 lines
108 B
Rust

/// Canonical byte type.
pub type Byte = u8;
/// Canonical data and address type.
pub type Word = [u8; 4];