Splitting vasm and vasm_core
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
vcore = { path = "../vcore" }
|
||||
vasm = { path = "../vasm_core" }
|
||||
vasm_core = { path = "../vasm_core" }
|
||||
@@ -1,5 +1,5 @@
|
||||
use std::collections::BTreeMap;
|
||||
use vasm::assemble_snippet;
|
||||
use std::collections::btree_map::BTreeMap;
|
||||
use vasm_core::assemble_snippet;
|
||||
use vcore::memory::{Memory, PeekPokeExt};
|
||||
use vcore::word::Word;
|
||||
use vcore::CPU;
|
||||
|
||||
Reference in New Issue
Block a user