Creating machine.rs file

This commit is contained in:
Rémi Rativel
2022-11-09 15:59:05 +01:00
parent 3cbe1c0601
commit c377929ce1
2 changed files with 28 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mod decode;
mod print;
mod machine;
fn main() {
let instr = decode::decode(98);