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