emu: factor out operations and operands into own module
This commit is contained in:
@@ -2,4 +2,6 @@ extern crate byteorder;
|
||||
|
||||
pub mod dos;
|
||||
pub mod i8088;
|
||||
mod operands;
|
||||
mod operations;
|
||||
pub mod pc;
|
||||
|
||||
Reference in New Issue
Block a user