1
0
forked from Rativel/BurritOS

debug loader

This commit is contained in:
Samy Solhi
2023-02-15 18:09:18 +01:00
parent 6c08ed24b1
commit 82c9282f0e
4 changed files with 46 additions and 17 deletions

View File

@@ -29,5 +29,6 @@ pub fn load(path : &str, instruction_size: i32) -> Machine {
_ => panic!()
}
}
println!("{:x}", Machine::read_memory(& mut machine, 4, 0));
machine
}