emu: INT instruction, standalone dos function for now

This commit is contained in:
2021-03-06 05:26:40 -08:00
parent 0f4e52697a
commit 1e32036bf7
3 changed files with 42 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
extern crate byteorder;
pub mod pc;
pub mod dos;
pub mod i8088;
pub mod pc;