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/Types.rs
Normal file
5
Source/Types.rs
Normal file
@ -0,0 +1,5 @@
|
||||
/// Canonical byte type.
|
||||
pub type Byte = u8;
|
||||
|
||||
/// Canonical data and address type.
|
||||
pub type Word = [u8; 4];
|
Reference in New Issue
Block a user