Update source files

This commit is contained in:
Werner
2022-01-02 14:36:51 -03:00
parent 07e5db7474
commit 41bef40b4d
7 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,6 @@
use crate::Instructions::*;
use crate::Operations::*;
use crate::Types::*;
use crate::{Heap, Registry, Stack, HEAP_LIMIT, STACK_SIZE};
use crate::{Byte, Half, Heap, Registry, Stack, Word, HEAP_LIMIT, STACK_SIZE};
#[allow(dead_code)]
pub struct Machine {