started assembler logic rewrite
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pub mod instructions;
|
||||
pub mod register;
|
||||
pub mod asm;
|
||||
pub mod isa;
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::instructions::Instruction;
|
||||
pub use crate::register::Register;
|
||||
pub use crate::isa::instructions::Instruction;
|
||||
pub use crate::isa::register::Register;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user