Update heap, stack and opcodes

This commit is contained in:
Werner
2021-11-29 20:43:59 -03:00
parent 03e43f39ce
commit 38236f0ad5
10 changed files with 396 additions and 180 deletions

View File

@ -1,2 +1,3 @@
pub type Byte = u8;
pub type Half = [Byte; 2];
pub type Word = [Byte; 4];