mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 13:14:18 +00:00
Update operations
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
pub type Byte = u8;
|
||||
pub type Half = [Byte; 2];
|
||||
pub type Word = [Byte; 4];
|
||||
pub type DWord = [Byte; 8];
|
||||
pub type QWord = [Byte; 16];
|
||||
|
Reference in New Issue
Block a user