ajout des mémoires nachos de tous les tests

This commit is contained in:
amaury
2023-03-06 11:19:00 +01:00
parent 6f6191ea3c
commit cef082bfd5
9 changed files with 65 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use simulator::mem_cmp;
fn main() {
let mut m = Machine::_init_machine();
let path = "memory.txt".to_string();
let path = "memoryComp.txt".to_string();
let checker = mem_cmp::Mem_Checker::from(&path);
mem_cmp::Mem_Checker::fill_memory_from_Mem_Checker(&checker, &mut m);
//mem_cmp::Mem_Checker::print_Mem_Checker(&checker);