mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 21:24:18 +00:00
Remove old files
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
|
||||
mod Instructions;
|
||||
|
||||
pub mod Mnemonics;
|
||||
pub mod Operations;
|
||||
pub mod Payload;
|
||||
pub mod Types;
|
||||
@ -12,10 +11,6 @@ pub mod Types;
|
||||
mod _Assembly;
|
||||
pub use self::_Assembly::*;
|
||||
|
||||
#[path = "Frame.rs"]
|
||||
mod _Frame;
|
||||
pub use self::_Frame::*;
|
||||
|
||||
#[path = "Heap.rs"]
|
||||
mod _Heap;
|
||||
pub use self::_Heap::*;
|
||||
|
Reference in New Issue
Block a user